From c90da6da781932c2d178bfb7e39ec1d5003543b7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 07:26:16 +0000 Subject: move the keyboard and mouse plugins into the kernel for mucho sexiness. make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit. --- plugins/mouse/mouse.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 plugins/mouse/mouse.h (limited to 'plugins/mouse/mouse.h') diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h deleted file mode 100644 index 408ae964..00000000 --- a/plugins/mouse/mouse.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __plugin_mouse_mouse_h -#define __plugin_mouse_mouse_h - -#include "../../kernel/action.h" - -typedef enum { - MouseAction_Press, - MouseAction_Release, - MouseAction_Click, - MouseAction_DClick, - MouseAction_Motion, - NUM_MOUSEACTION -} MouseAction; - -typedef struct { - guint state; - guint button; - GSList *actions[NUM_MOUSEACTION]; /* lists of Action pointers */ -} MouseBinding; - -gboolean mbind(char *buttonstr, char *contextstr, MouseAction mact, - Action *action); - -#endif -- cgit v1.2.3