]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.h
little bit of an actions overhaul, added action_run* so that duplicated code can...
[chaz/openbox] / openbox / mouse.h
index 4e68bf1abe9d882f5abd31bd08843f508e44921d..31ce40fed9098ee7c58f0b20d22fbb6c15f9f5a7 100644 (file)
@@ -3,18 +3,10 @@
 
 #include "action.h"
 #include "frame.h"
+#include "misc.h"
 
 #include <X11/Xlib.h>
 
-typedef enum {
-    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(gboolean reconfig);
 void mouse_shutdown(gboolean reconfig);
 
This page took 0.024599 seconds and 4 git commands to generate.