From: Jay Freeman (saurik) Date: Wed, 8 Jan 2014 15:48:00 +0000 (-0800) Subject: -[UIWindow setLevel:(float)] should use CGFloat. X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/cb6143b6220d5a21115208f85b7f2b897dc3e1e6?ds=sidebyside -[UIWindow setLevel:(float)] should use CGFloat. --- 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;