]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
We don't want to use this module for avc1
[vlc] / modules / gui / macosx / intf.h
index fa173e7ad332534f955adba196e3542417309991..d0b229f2c11fd07f13d996ce98e8059a0e0c654c 100644 (file)
@@ -28,7 +28,7 @@
 #   include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include <vlc_vout.h>
@@ -182,6 +182,7 @@ struct intf_sys_t
     IBOutlet id o_mi_open_generic;
     IBOutlet id o_mi_open_disc;
     IBOutlet id o_mi_open_net;
+    IBOutlet id o_mi_open_capture;
     IBOutlet id o_mi_open_recent;
     IBOutlet id o_mi_open_recent_cm;
     IBOutlet id o_mi_open_wizard;
@@ -302,8 +303,6 @@ struct intf_sys_t
 
     NSSize o_size_with_playlist;
 
-    NSThread * manageThread;
-
     int     i_lastShownVolume;
 
     AppleRemote * o_remote;
@@ -358,6 +357,7 @@ struct intf_sys_t
 - (IBAction)intfOpenFileGeneric:(id)sender;
 - (IBAction)intfOpenDisc:(id)sender;
 - (IBAction)intfOpenNet:(id)sender;
+- (IBAction)intfOpenCapture:(id)sender;
 
 - (IBAction)showWizard:(id)sender;
 - (IBAction)showExtended:(id)sender;