]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
[vlc] / modules / gui / macosx / intf.h
index e6f86383a0f790b8e4ab78e85e485eb9d3de07de..6bf31894f704b177c342b47234f0b6c286fc39ff 100644 (file)
@@ -84,6 +84,7 @@ struct intf_sys_t
     id o_prefs;                 /* VLCPrefs       */
     id o_about;                 /* VLAboutBox     */
     id o_open;                  /* VLCOpen        */
+    BOOL nib_open_loaded;       /* reference to the open-nib */
 
     IBOutlet id o_window;       /* main window    */
     IBOutlet id o_scrollfield;  /* info field     */