[MPlayer-cvslog] r20108 - trunk/Gui/wm/ws.h

reimar subversion at mplayerhq.hu
Sun Oct 8 12:02:40 CEST 2006


Author: reimar
Date: Sun Oct  8 12:02:40 2006
New Revision: 20108

Modified:
   trunk/Gui/wm/ws.h

Log:
a + b => (a + b) for defines, just to be sure.


Modified: trunk/Gui/wm/ws.h
==============================================================================
--- trunk/Gui/wm/ws.h	(original)
+++ trunk/Gui/wm/ws.h	Sun Oct  8 12:02:40 2006
@@ -29,11 +29,11 @@
 #define  wsPRMouseButton 3
 #define  wsP4MouseButton 4
 #define  wsP5MouseButton 5
-#define  wsRLMouseButton 1 + 128
-#define  wsRMMouseButton 2 + 128
-#define  wsRRMouseButton 3 + 128
-#define  wsR4MouseButton 4 + 128
-#define  wsR5MouseButton 5 + 128
+#define  wsRLMouseButton (1 + 128)
+#define  wsRMMouseButton (2 + 128)
+#define  wsRRMouseButton (3 + 128)
+#define  wsR4MouseButton (4 + 128)
+#define  wsR5MouseButton (5 + 128)
 #define  wsEnterWindow   253
 #define  wsLeaveWindow   254
 #define  wsMoveMouse     255



More information about the MPlayer-cvslog mailing list