Commit d12af091 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: added forgotten method declaration in header file

(cherry picked from commit 58fac8cfd783beffd1840ba688663268513aef83)
parent f3239670
......@@ -68,6 +68,8 @@
- (void)setCanBecomeKeyWindow: (BOOL)canBecomeKey;
- (void)setCanBecomeMainWindow: (BOOL)canBecomeMain;
/* animate mode is only supported in >=10.4 */
- (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