]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* various improvements to the AppleRemote support by Martin Kahr <martin -attt->...
[vlc] / modules / gui / macosx / intf.h
index 4ba82f6461decbddc24f29080025c20acdefbeb3..91555d9aa4128b4e3688ca5cae8e1de3e9240d0c 100644 (file)
@@ -286,7 +286,7 @@ struct intf_sys_t
     int     i_lastShownVolume;
 
     AppleRemote * o_remote;
-    BOOL b_left_right_remote_button_hold; /* true as long as the user holds the left or right button on the remote control */
+    BOOL b_remote_button_hold; /* true as long as the user holds the left,right,plus or minus on the remote control */
 }
 
 + (VLCMain *)sharedInstance;