[vlc-commits] macosx: added forgotten method declaration in header file

David Fuhrmann git at videolan.org
Mon May 21 17:17:15 CEST 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Mon May 21 17:14:37 2012 +0200| [58fac8cfd783beffd1840ba688663268513aef83] | committer: David Fuhrmann

macosx: added forgotten method declaration in header file

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58fac8cfd783beffd1840ba688663268513aef83
---

 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 a89bf6e..d6137dd 100644
--- a/modules/gui/macosx/misc.h
+++ b/modules/gui/macosx/misc.h
@@ -84,6 +84,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