Commit 68258909 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: added code to enable/disable video filters and modify a few properties.

dialog not yet fully functional
parent 25214cb3
......@@ -28,6 +28,7 @@
/* generic */
intf_thread_t *p_intf;
IBOutlet id o_window;
IBOutlet id o_tableView;
/* basic */
IBOutlet id o_adjust_ckb;
......@@ -140,6 +141,8 @@
/* generic */
+ (VLCVideoEffects *)sharedInstance;
- (void)resetValues;
- (void)setVideoFilter: (char *)psz_name on:(BOOL)b_on;
/* basic */
- (IBAction)enableAdjust:(id)sender;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment