]> git.saurik.com Git - iphone-api.git/commitdiff
Specified types of some QuartzCore dictionaries.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Jan 2009 00:23:19 +0000 (00:23 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Jan 2009 00:23:19 +0000 (00:23 +0000)
QuartzCore/CAEAGLLayer.h
QuartzCore/EAGLDrawable-Protocol.h

index ab525c2dd7ba528a0ee7f54dae8ed0a08118166a..dfd0e9fb30daa596b684d188c9cc7ae6b2592686 100644 (file)
@@ -18,8 +18,8 @@
 - (struct _EAGLNativeWindowObject *)nativeWindow;
 - (void)dealloc;
 - (void)_display;
-- (id)drawableProperties;
-- (void)setDrawableProperties:(id)fp8;
+- (NSDictionary *)drawableProperties;
+- (void)setDrawableProperties:(NSDictionary *)fp8;
 
 @end
 
index b2e3b0fd79d1a1ba4c1037ecb9e6d2e211322dfb..48cd1927632d125792e2ebef739f001922d90a63 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 @protocol EAGLDrawable
-- (id)drawableProperties;
-- (void)setDrawableProperties:(id)fp8;
+- (NSDictionary *)drawableProperties;
+- (void)setDrawableProperties:(NSDictionary *)fp8;
 @end