From 4bcd03b2d0904e2b5443a2383b66055422240255 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 04:16:19 +0000 Subject: mouse and key bindings plugins work. segfault somewhere still on shutdown --- plugins/mouse/translate.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/mouse/translate.h (limited to 'plugins/mouse/translate.h') diff --git a/plugins/mouse/translate.h b/plugins/mouse/translate.h new file mode 100644 index 00000000..a2fcfc90 --- /dev/null +++ b/plugins/mouse/translate.h @@ -0,0 +1,8 @@ +#ifndef __plugin_mouse_translate_h +#define __plugin_mouse_translate_h + +#include + +gboolean translate_button(char *str, guint *state, guint *keycode); + +#endif -- cgit v1.2.3