[vlc-commits] macosx: added forgotten method declaration in header file
David Fuhrmann
git at videolan.org
Mon May 21 17:44:58 CEST 2012
vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Mon May 21 17:14:37 2012 +0200| [d12af091b7295b6fe854a3f27fb7570e6dcf60f7] | committer: Felix Paul Kühne
macosx: added forgotten method declaration in header file
(cherry picked from commit 58fac8cfd783beffd1840ba688663268513aef83)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=d12af091b7295b6fe854a3f27fb7570e6dcf60f7
---
modules/gui/macosx/misc.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/macosx/misc.h b/modules/gui/macosx/misc.h
index cf9f384..3540bac 100644
--- a/modules/gui/macosx/misc.h
+++ b/modules/gui/macosx/misc.h
@@ -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;
More information about the vlc-commits
mailing list