From cb6143b6220d5a21115208f85b7f2b897dc3e1e6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 8 Jan 2014 07:48:00 -0800 Subject: [PATCH] -[UIWindow setLevel:(float)] should use CGFloat. --- UIKit/UIWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIKit/UIWindow.h b/UIKit/UIWindow.h index 5bf6e6e..61744b7 100644 --- a/UIKit/UIWindow.h +++ b/UIKit/UIWindow.h @@ -86,7 +86,7 @@ - (BOOL)_containedInAbsoluteResponderChain; - (struct CGPoint)convertWindowToDevice:(struct CGPoint)fp8; - (struct CGPoint)convertDeviceToWindow:(struct CGPoint)fp8; -- (void)setLevel:(float)fp8; +- (void)setLevel:(CGFloat)fp8; - (float)level; - (void)setBecomeKeyOnOrderFront:(BOOL)fp8; - (void)_slideHeaderView:(id)fp8 andFooterView:(id)fp12 offScreen:(BOOL)fp16 forInterfaceOrientation:(int)fp20; -- 2.45.2