]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: implemented options to disable Apple Remote and Media keys support
[vlc] / modules / gui / macosx / intf.h
index 21b4225b2daad70fe1b92c1c69fa45ba448b6ebb..e9746882ddbc0738db0d3ba4f5e690aa46b47d75 100644 (file)
@@ -357,6 +357,7 @@ struct intf_sys_t
 - (id)controllerWindow;
 - (id)voutMenu;
 - (id)eyeTVController;
+- (id)appleRemoteController;
 - (void)applicationWillTerminate:(NSNotification *)notification;
 - (NSString *)localizedString:(const char *)psz;
 - (char *)delocalizeString:(NSString *)psz;
@@ -429,8 +430,10 @@ struct intf_sys_t
 @interface VLCApplication : NSApplication
 {
     BOOL b_justJumped;
+       BOOL b_mediaKeySupport;
 }
 
+- (void)enableMediaKeySupport:(BOOL)b_value;
 - (void)sendEvent: (NSEvent*)event;
 - (void)resetJump;