]> icculus.org git repositories - mikachu/openbox.git/blob - plugins/keyboard/translate.h
move the move/resize functionality into moveresize.c, for use with the netwm atoms...
[mikachu/openbox.git] / plugins / keyboard / translate.h
1 #ifndef __plugin_keyboard_translate_h
2 #define __plugin_keyboard_translate_h
3
4 #include <glib.h>
5
6 gboolean translate_key(char *str, guint *state, guint *keycode);
7
8 #endif