]> git.sesse.net Git - vlc/blobdiff - include/keystrokes.h
. this is a coding style patch which removes all "foo(bar){" constructions
[vlc] / include / keystrokes.h
index 0c41fb845b15d3ddd98fc5d7ef8b4f0640c31e4c..8595c3f996c865b130354d65267e7afb0684aeac 100644 (file)
@@ -1,17 +1,17 @@
 #ifndef VLC_KEYS
 #define VLC_KEYS
 
-#define INTF_KEY_QUIT  0x01
-#define INTF_KEY_SET_CHANNEL   0x02
-#define INTF_KEY_DEC_VOLUME 0x03
-#define INTF_KEY_INC_VOLUME    0x04
-#define        INTF_KEY_TOGGLE_VOLUME  0x05
-#define INTF_KEY_DEC_GAMMA  0x06
-#define INTF_KEY_INC_GAMMA     0x07
-#define INTF_KEY_TOGGLE_GRAYSCALE      0x08
-#define INTF_KEY_TOGGLE_INTERFACE      0x09
-#define INTF_KEY_TOGGLE_INFO   0x0A
-#define INTF_KEY_TOGGLE_SCALING        0x0B
-#define INTF_KEY_UNKNOWN       0x0C
+#define INTF_KEY_QUIT               0x01
+#define INTF_KEY_SET_CHANNEL        0x02
+#define INTF_KEY_DEC_VOLUME         0x03
+#define INTF_KEY_INC_VOLUME         0x04
+#define INTF_KEY_TOGGLE_VOLUME      0x05
+#define INTF_KEY_DEC_GAMMA          0x06
+#define INTF_KEY_INC_GAMMA          0x07
+#define INTF_KEY_TOGGLE_GRAYSCALE   0x08
+#define INTF_KEY_TOGGLE_INTERFACE   0x09
+#define INTF_KEY_TOGGLE_INFO        0x0A
+#define INTF_KEY_TOGGLE_SCALING     0x0B
+#define INTF_KEY_UNKNOWN            0x0C
 
 #endif