]> Dogcows Code - chaz/openbox/blobdiff - openbox/translate.h
move the keyboard and mouse plugins into the kernel for mucho sexiness.
[chaz/openbox] / openbox / translate.h
diff --git a/openbox/translate.h b/openbox/translate.h
new file mode 100644 (file)
index 0000000..5afab50
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef ob__translate_h
+#define ob__translate_h
+
+#include <glib.h>
+
+gboolean translate_button(gchar *str, guint *state, guint *keycode);
+gboolean translate_key(gchar *str, guint *state, guint *keycode);
+
+#endif
This page took 0.021798 seconds and 4 git commands to generate.