From: Jay Freeman (saurik) Date: Sun, 12 Jan 2014 12:19:30 +0000 (-0800) Subject: Here we go again: this time with SBIcon setAlpha. X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/a8b418761c0dae5b28f2d5081d988577f958cb89 Here we go again: this time with SBIcon setAlpha. --- diff --git a/SpringBoard-2.1/SBIcon.h b/SpringBoard-2.1/SBIcon.h index d41a48c..93081bb 100644 --- a/SpringBoard-2.1/SBIcon.h +++ b/SpringBoard-2.1/SBIcon.h @@ -102,8 +102,8 @@ #endif #if 1 // 5? -- (void) setIconImageAlpha:(float)alpha; -- (void) setIconLabelAlpha:(float)alpha; +- (void) setIconImageAlpha:(CGFloat)alpha; +- (void) setIconLabelAlpha:(CGFloat)alpha; #endif @end diff --git a/UIKit/UIView-Rendering.h b/UIKit/UIView-Rendering.h index 1fc5ffb..61dd221 100644 --- a/UIKit/UIView-Rendering.h +++ b/UIKit/UIView-Rendering.h @@ -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;