rnd-20000815-1-src
[rocksndiamonds.git] / src / main.h
index 15c21e81fb11a3327d0d5f3ad29f93f71fcd56c1..acef24060cc39544b56dd7b6989eba756ca6288e 100644 (file)
@@ -1675,9 +1675,9 @@ extern char               *element_info[];
 #define MB_MENU_CHOICE         FALSE
 #define MB_MENU_MARK           TRUE
 #define MB_MENU_INITIALIZE     (-1)
-#define MB_LEFT                        1
-#define MB_MIDDLE              2
-#define MB_RIGHT               3
+#define MB_LEFTBUTTON          1
+#define MB_MIDDLEBUTTON                2
+#define MB_RIGHTBUTTON         3
 
 /* values for redraw_mask */
 #define REDRAW_ALL             (1 << 0)