diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 04:16:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 04:16:19 +0000 |
| commit | 4bcd03b2d0904e2b5443a2383b66055422240255 (patch) | |
| tree | eff8130702cf9a4eff2f18cc10f549d9786be0cc /plugins/mouse/translate.h | |
| parent | 51b93d9c4ce080f337fce7175a43d0de269dec81 (diff) | |
mouse and key bindings plugins work. segfault somewhere still on shutdown
Diffstat (limited to 'plugins/mouse/translate.h')
| -rw-r--r-- | plugins/mouse/translate.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <glib.h> + +gboolean translate_button(char *str, guint *state, guint *keycode); + +#endif |
