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 @@ ...@@ -28,6 +28,7 @@
/* generic */ /* generic */
intf_thread_t *p_intf; intf_thread_t *p_intf;
IBOutlet id o_window; IBOutlet id o_window;
IBOutlet id o_tableView;
/* basic */ /* basic */
IBOutlet id o_adjust_ckb; IBOutlet id o_adjust_ckb;
...@@ -140,6 +141,8 @@ ...@@ -140,6 +141,8 @@
/* generic */ /* generic */
+ (VLCVideoEffects *)sharedInstance; + (VLCVideoEffects *)sharedInstance;
- (void)resetValues;
- (void)setVideoFilter: (char *)psz_name on:(BOOL)b_on;
/* basic */ /* basic */
- (IBAction)enableAdjust:(id)sender; - (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