]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels result...
[vlc] / modules / gui / macosx / intf.h
index 51f457c5c40562ad6d024ca689a5e6fe3ac89fcf..abf4202c596e1fa2e61b4229353cc98f4333d364 100644 (file)
@@ -94,6 +94,7 @@ struct intf_sys_t
     id o_extended;              /* VLCExtended    */
     id o_bookmarks;             /* VLCBookmarks   */
     id o_update;                /* VLCUpdate      */
+    BOOL nib_main_loaded;       /* reference to the main-nib */
     BOOL nib_open_loaded;       /* reference to the open-nib */
     BOOL nib_about_loaded;      /* reference to the about-nib */
     BOOL nib_wizard_loaded;     /* reference to the wizard-nib */