]> git.saurik.com Git - iphone-api.git/commitdiff
Here we go again: this time with SBIcon setAlpha.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 12 Jan 2014 12:19:30 +0000 (04:19 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 12 Jan 2014 12:19:30 +0000 (04:19 -0800)
SpringBoard-2.1/SBIcon.h
UIKit/UIView-Rendering.h

index d41a48cfaf1abd11a33930fe89f2ebc343e84dd9..93081bb73747350949f6277a67a3b0658fd0c187 100644 (file)
 #endif
 
 #if 1 // 5?
-- (void) setIconImageAlpha:(float)alpha;
-- (void) setIconLabelAlpha:(float)alpha;
+- (void) setIconImageAlpha:(CGFloat)alpha;
+- (void) setIconLabelAlpha:(CGFloat)alpha;
 #endif
 
 @end
index 1fc5ffb6f4da4b9759e53c514d32e712bf1c8567..61dd221578638bc226f522c83c6b5d45adc29468 100644 (file)
@@ -23,8 +23,8 @@
 - (void)setBackgroundColor:(id)fp8;
 - (id)backgroundColor;
 - (void)setFixedBackgroundPattern:(BOOL)fp8;
-- (void)setAlpha:(float)fp8;
-- (float)alpha;
+- (void)setAlpha:(CGFloat)fp8;
+- (CGFloat)alpha;
 - (void)setOpaque:(BOOL)fp8;
 - (BOOL)isOpaque;
 - (void)setClearsContextBeforeDrawing:(BOOL)fp8;