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. --- openbox/translate.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 openbox/translate.h (limited to 'openbox/translate.h') diff --git a/openbox/translate.h b/openbox/translate.h new file mode 100644 index 00000000..5afab50f --- /dev/null +++ b/openbox/translate.h @@ -0,0 +1,9 @@ +#ifndef ob__translate_h +#define ob__translate_h + +#include + +gboolean translate_button(gchar *str, guint *state, guint *keycode); +gboolean translate_key(gchar *str, guint *state, guint *keycode); + +#endif -- cgit v1.2.3