summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/mouse.h')
-rw-r--r--openbox/mouse.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/openbox/mouse.h b/openbox/mouse.h
index a5e8f9a8..7b0f5ad5 100644
--- a/openbox/mouse.h
+++ b/openbox/mouse.h
@@ -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();