]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/keyboard.h
save decor and functions per client for fullscreening!
[mikachu/openbox.git] / openbox / keyboard.h
1 #ifndef __keyboard_h
2 #define __keyboard_h
3
4 #include <glib.h>
5
6 void keyboard_startup();
7 void keyboard_shutdown();
8
9 guint keyboard_translate_modifier(char *str);
10
11 void keyboard_event(XKeyEvent *e);
12
13 #endif