]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
Fix for the fullscreen button state (it is only enabled if a vout is present)
[vlc] / modules / gui / macosx / intf.h
index 0b33919536733621c58c12a521de77f602fff48e..37acdeec06326c7d0a4b1239b8acb450dc7daad1 100644 (file)
@@ -2,7 +2,7 @@
  * intf.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: intf.h,v 1.51 2003/12/11 19:34:47 hartman Exp $
+ * $Id: intf.h,v 1.52 2003/12/15 19:25:56 bigben Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -75,7 +75,8 @@ struct intf_sys_t
     vlc_bool_t b_play_status;
     vlc_bool_t b_playlist_update;
     vlc_bool_t b_current_title_update;
-    
+    vlc_bool_t b_fullscreen_update;
+
     /* menus handlers */
     vlc_bool_t b_input_update;
     vlc_bool_t b_aout_update;