]> Dogcows Code - chaz/openbox/blob - keyboard.h
464606b263c43930f0fcaf7fad4c55d6e7726575
[chaz/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
This page took 0.031106 seconds and 3 git commands to generate.