Commit 58fac8cf authored by David Fuhrmann's avatar David Fuhrmann

macosx: added forgotten method declaration in header file

parent a5b0a06c
...@@ -84,6 +84,8 @@ ...@@ -84,6 +84,8 @@
- (void)setCanBecomeKeyWindow: (BOOL)canBecomeKey; - (void)setCanBecomeKeyWindow: (BOOL)canBecomeKey;
- (void)setCanBecomeMainWindow: (BOOL)canBecomeMain;
/* animate mode is only supported in >=10.4 */ /* animate mode is only supported in >=10.4 */
- (void)orderFront: (id)sender animate: (BOOL)animate; - (void)orderFront: (id)sender animate: (BOOL)animate;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment