diff options
Diffstat (limited to 'openbox/mouse.h')
| -rw-r--r-- | openbox/mouse.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/openbox/mouse.h b/openbox/mouse.h index 4e68bf1a..31ce40fe 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -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); |
