]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/prefs.h
Implement the full/basic switch correctly and completely. Additionally, fixed a rare...
[vlc] / modules / gui / macosx / prefs.h
index 0bf1595682f4b12ec358ceebcb4885119b42a203..49407dc932bbc0c39635300c7d956378e099067f 100644 (file)
@@ -66,6 +66,7 @@
     IBOutlet id o_cancel_btn;
     IBOutlet id o_reset_btn;
     IBOutlet id o_advanced_ckb;
+    IBOutlet id o_basicFull_matrix;
 }
 
 + (VLCPrefs *)sharedInstance;
@@ -77,6 +78,7 @@
 - (IBAction)closePrefs: (id)sender;
 - (IBAction)resetAll: (id)sender;
 - (IBAction)advancedToggle: (id)sender;
+- (IBAction)buttonAction: (id)sender;
 
 @end