]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.h
prefix/capitalize the mouse actions enum
[chaz/openbox] / openbox / mouse.h
index a5e8f9a886548c622a3369a4b5e89d9b7afeae3a..7b0f5ad5c158d71d95202d987adf23c8444b0401 100644 (file)
@@ -7,12 +7,12 @@
 #include <X11/Xlib.h>
 
 typedef enum {
-    MouseAction_Press,
-    MouseAction_Release,
-    MouseAction_Click,
-    MouseAction_DClick,
-    MouseAction_Motion,
-    NUM_MOUSEACTION
+    OB_MOUSE_ACTION_PRESS,
+    OB_MOUSE_ACTION_RELEASE,
+    OB_MOUSE_ACTION_CLICK,
+    OB_MOUSE_ACTION_DOUBLE_CLICK,
+    OB_MOUSE_ACTION_MOTION,
+    OB_MOUSE_NUM_ACTIONS
 } ObMouseAction;
 
 void mouse_startup();
This page took 0.026071 seconds and 4 git commands to generate.