diff gui/interface.h @ 33614:79743a5cf4f0

Rename the symbolic playback state constants. They should not be confused with the guiGetEvent types. Upper case charcaters shall reflect that they are (integer) constants. Additionally, adjust their casts.
author ib
date Wed, 22 Jun 2011 12:12:50 +0000
parents 6aa251adfba0
children f3300b0c38a9
line wrap: on
line diff
--- a/gui/interface.h	Wed Jun 22 12:09:01 2011 +0000
+++ b/gui/interface.h	Wed Jun 22 12:12:50 2011 +0000
@@ -55,9 +55,9 @@
 #define guiSetAfilter      17
 #define guiSetContext      18
 
-#define guiSetStop  0
-#define guiSetPlay  1
-#define guiSetPause 2
+#define GUI_STOP  0
+#define GUI_PLAY  1
+#define GUI_PAUSE 2
 
 #define guiDVD       1
 #define guiVCD       2