]> git.saurik.com Git - iphone-api.git/commitdiff
Some changes to compile WinterBoard with clang++.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 8 Jan 2014 08:07:14 +0000 (00:07 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 8 Jan 2014 08:07:14 +0000 (00:07 -0800)
QuartzCore/CALayer.h
UIKit/UIColor.h
UIKit/UIScreen.h

index 8b0e28521316896a9a050ce3926d740a486a73f3..5ea5a42786ec0ae79785e4715f16a32eae4e4015 100644 (file)
 - (float)opacity;
 - (void)setOpacity:(float)fp8;
 - (struct CGColor *)backgroundColor;
-- (void)setBackgroundColor:(struct CGColor *)fp8;
+- (void)setBackgroundColor:(UIColor *)fp8;
 - (id)filters;
 - (void)setFilters:(id)fp8;
 - (id)backgroundFilters;
index 2396764402856252afe3ee82b9466a63273672fd..9afb4b43fe23272559258ce059c3297e88ced0dd 100644 (file)
@@ -20,7 +20,7 @@
 + (id)lightGrayColor;
 + (id)whiteColor;
 + (id)grayColor;
-+ (id)clearColor;
++ (UIColor *)clearColor;
 + (id)redColor;
 + (id)greenColor;
 + (id)blueColor;
index d2f0be6cc5f49b72b29bf867df2ca27d68bf4ef1..2e8432a03228e033b9affad0a4b20681d8e1ccc4 100644 (file)
@@ -12,7 +12,7 @@
     struct CGRect _bounds;
 }
 
-+ (id)mainScreen;
++ (UIScreen *)mainScreen;
 - (id)init;
 - (struct CGRect)applicationFrame;
 - (struct CGRect)bounds;