]> Dogcows Code - chaz/openbox/blob - openbox/translate.h
move the keyboard and mouse plugins into the kernel for mucho sexiness.
[chaz/openbox] / openbox / translate.h
1 #ifndef ob__translate_h
2 #define ob__translate_h
3
4 #include <glib.h>
5
6 gboolean translate_button(gchar *str, guint *state, guint *keycode);
7 gboolean translate_key(gchar *str, guint *state, guint *keycode);
8
9 #endif
This page took 0.034617 seconds and 4 git commands to generate.