From a8b418761c0dae5b28f2d5081d988577f958cb89 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 12 Jan 2014 04:19:30 -0800 Subject: [PATCH] Here we go again: this time with SBIcon setAlpha. --- SpringBoard-2.1/SBIcon.h | 4 ++-- UIKit/UIView-Rendering.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.45.2