]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: implemented on-the-fly activation of the Media Key support
[vlc] / modules / gui / macosx / intf.h
index e9746882ddbc0738db0d3ba4f5e690aa46b47d75..d5ca3d970846de9f50eeb15dab77b76fd5592f4d 100644 (file)
@@ -433,7 +433,7 @@ struct intf_sys_t
        BOOL b_mediaKeySupport;
 }
 
-- (void)enableMediaKeySupport:(BOOL)b_value;
+- (void)coreChangedMediaKeySupportSetting: (NSNotification *)o_notification;
 - (void)sendEvent: (NSEvent*)event;
 - (void)resetJump;