]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
Zoom fullscreen effect on Mac OS X 10.4.
[vlc] / modules / gui / macosx / misc.h
index f8a8bc3197f69e5ca5121a5a7ef7a09f6e8ea940..a6d9f651f973d03122fd30bdd2ae512fe5ee10bd 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+/*****************************************************************************
+ * VLCWindow
+ *
+ *  Missing extension to NSWindow
+ *****************************************************************************/
+
+@interface VLCWindow : NSWindow
+{
+    BOOL b_canBecomeKeyWindow;
+    BOOL b_isset_canBecomeKeyWindow;
+}
+
+- (void)setCanBecomeKeyWindow: (BOOL)canBecomeKey;
+@end
+
+
 /*****************************************************************************
  * VLCControllerWindow
  *****************************************************************************/