]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser...
[vlc] / modules / gui / macosx / intf.h
index a0dcff6d887daf5eff37db3518b35047c2be248c..004add4c17806d0f276f8695638873cadc1eca20 100644 (file)
@@ -92,6 +92,7 @@ struct intf_sys_t
     id o_open;                  /* VLCOpen        */
     id o_wizard;                /* VLCWizard      */
     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 */
 
     IBOutlet id o_window;       /* main window    */