]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
Add support to the activex, mozilla, firefox, safari plugin for changing audio track...
[vlc] / include / vlc_keys.h
index 4ae6358ebbbf39171ac7eac8927921f20d176a77..e7fc34c10a0d6be2c4cccf230ce5fe16eb0af02a 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #define KEY_MODIFIER         0xFF000000
 #define KEY_MODIFIER_ALT     0x01000000
 #define KEY_MODIFIER_SHIFT   0x02000000
@@ -298,3 +302,4 @@ static inline int StringToKey( char *psz_key )
 #define ACTIONID_UNCROP_BOTTOM         77
 #define ACTIONID_CROP_RIGHT            78
 #define ACTIONID_UNCROP_RIGHT          79
+#define ACTIONID_DUMP                  80