]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: Cache the input state and properly ask the ugly timer to sync with it.
[vlc] / modules / gui / macosx / intf.h
index 7c6cf98eaf3030bb5defb74610999abef8b8cd64..880f4730c9d624ef7ae397897fec4e10034c3246 100644 (file)
@@ -304,6 +304,8 @@ struct intf_sys_t
 
     int     i_lastShownVolume;
 
+    input_state_e cachedInputState;
+
     /* the manage thread */
     pthread_t manage_thread;