]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* small clean-up, so the about-class is not needed in the main-nib anymore
[vlc] / modules / gui / macosx / intf.h
index 278bdec77b993901964471b699b854f416e038f4..d39aeecbb073c8f458242c255f0f710218bf1681 100644 (file)
@@ -82,6 +82,7 @@ struct intf_sys_t
 {
     intf_thread_t *p_intf;      /* The main intf object */
     id o_prefs;                 /* VLCPrefs       */
+    id o_about;                 /* VLAboutBox */
 
     IBOutlet id o_window;       /* main window    */
     IBOutlet id o_scrollfield;  /* info field     */
@@ -259,6 +260,7 @@ struct intf_sys_t
 - (IBAction)clearRecentItems:(id)sender;
 - (void)openRecentItem:(id)sender;
 
+- (IBAction)viewAbout:(id)sender;
 - (IBAction)viewPreferences:(id)sender;
 - (IBAction)closeError:(id)sender;
 - (IBAction)openReadMe:(id)sender;