]> git.saurik.com Git - iphone-api.git/commitdiff
-[UIWindow setLevel:(float)] should use CGFloat.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 8 Jan 2014 15:48:00 +0000 (07:48 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 8 Jan 2014 15:48:00 +0000 (07:48 -0800)
UIKit/UIWindow.h

index 5bf6e6ebc6e342dd31a6a6e056987e31846ec7e6..61744b71a6b15ced28d0046945e162aa8d1c4f3a 100644 (file)
@@ -86,7 +86,7 @@
 - (BOOL)_containedInAbsoluteResponderChain;
 - (struct CGPoint)convertWindowToDevice:(struct CGPoint)fp8;
 - (struct CGPoint)convertDeviceToWindow:(struct CGPoint)fp8;
 - (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;
 - (float)level;
 - (void)setBecomeKeyOnOrderFront:(BOOL)fp8;
 - (void)_slideHeaderView:(id)fp8 andFooterView:(id)fp12 offScreen:(BOOL)fp16 forInterfaceOrientation:(int)fp20;