]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* seperated the open, sout and sub-open dialogues from the main nib
[vlc] / modules / gui / macosx / intf.h
index fe350ad0e05675df7074567b4cb4f171f8bc5dc8..e6f86383a0f790b8e4ab78e85e485eb9d3de07de 100644 (file)
@@ -82,7 +82,8 @@ struct intf_sys_t
 {
     intf_thread_t *p_intf;      /* The main intf object */
     id o_prefs;                 /* VLCPrefs       */
-    id o_about;                 /* VLAboutBox */
+    id o_about;                 /* VLAboutBox     */
+    id o_open;                  /* VLCOpen        */
 
     IBOutlet id o_window;       /* main window    */
     IBOutlet id o_scrollfield;  /* info field     */
@@ -261,6 +262,11 @@ struct intf_sys_t
 - (IBAction)clearRecentItems:(id)sender;
 - (void)openRecentItem:(id)sender;
 
+- (IBAction)intfOpenFile:(id)sender;
+- (IBAction)intfOpenFileGeneric:(id)sender;
+- (IBAction)intfOpenDisc:(id)sender;
+- (IBAction)intfOpenNet:(id)sender;
+
 - (IBAction)viewAbout:(id)sender;
 - (IBAction)viewPreferences:(id)sender;
 - (IBAction)closeError:(id)sender;