]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: some more Sparkle demos
[vlc] / modules / gui / macosx / intf.h
index 5c5600084be5464eb76b33ec1c2dca221d1dcdbe..fb0afba44aeedc6f673fa7632a2e234b40533607 100644 (file)
@@ -59,8 +59,6 @@ unsigned int CocoaKeyToVLC( unichar i_key );
  *****************************************************************************/
 struct intf_sys_t
 {
-    NSAutoreleasePool * o_pool;
-
     /* special actions */
     bool b_mute;
     int i_play_status;
@@ -359,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;
@@ -431,8 +430,12 @@ struct intf_sys_t
 @interface VLCApplication : NSApplication
 {
     BOOL b_justJumped;
+       BOOL b_mediaKeySupport;
+    BOOL b_activeInBackground;
+    BOOL b_active;
 }
 
+- (void)coreChangedMediaKeySupportSetting: (NSNotification *)o_notification;
 - (void)sendEvent: (NSEvent*)event;
 - (void)resetJump;