From 78282959f970d28131e6aa8d66adce359aa145dc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 7 Sep 2003 19:03:20 +0000 Subject: little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot. allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case) remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code --- openbox/mouse.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'openbox/mouse.h') 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 -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); -- cgit v1.2.3