]> Dogcows Code - chaz/openbox/blob - translate.h
e0d0bae3ab7c0dfd92872cbed2a41e450df3df21
[chaz/openbox] / translate.h
1 #ifndef __plugin_keyboard_translate_h
2 #define __plugin_keyboard_translate_h
3
4 #include <glib.h>
5
6 guint translate_modifier(char *str);
7 gboolean translate_key(char *str, guint *state, guint *keycode);
8
9 #endif
This page took 0.030556 seconds and 3 git commands to generate.