]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
Adds support for Apple's remote (only handles Play/Pause at the moment).
[vlc] / modules / gui / macosx / intf.h
index 8271fac1a33f27b0ab535f6945ce7e74ee1c1752..21d3131f8abd8452a517f6e76a754293c0baf686 100644 (file)
@@ -86,6 +86,7 @@ struct intf_sys_t
 /*****************************************************************************
  * VLCMain interface
  *****************************************************************************/
+@class AppleRemote;
 @interface VLCMain : NSObject
 {
     intf_thread_t *p_intf;      /* The main intf object */
@@ -275,6 +276,8 @@ struct intf_sys_t
     NSSize o_size_with_playlist;
 
     int     i_lastShownVolume;
+
+    AppleRemote * o_remote;
 }
 
 + (VLCMain *)sharedInstance;