]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
Fix struct hotkey
[vlc] / include / vlc_keys.h
index b630e48ef65a68567cd4cdc05e676e210e8a87fe..46df01f92d6143270899ff9ebd4ec18981bc50ee 100644 (file)
@@ -209,4 +209,11 @@ typedef enum vlc_key {
 
 VLC_EXPORT( vlc_key_t, vlc_GetActionId, (const char *psz_key) ) LIBVLC_USED;
 
+struct hotkey
+{
+    const char *psz_action;
+    vlc_key_t i_action;
+    uint_fast32_t i_key;
+};
+
 #endif