]> Dogcows Code - chaz/openbox/blob - keyboard.h
892d4e04bf4c376e408bf24f066278d24da08dc1
[chaz/openbox] / keyboard.h
1 #ifndef __plugin_keyboard_keybaord_h
2 #define __plugin_keyboard_keybaord_h
3
4 #include <glib.h>
5
6 #include "tree.h"
7
8 extern KeyBindingTree *firstnode;
9
10 guint keyboard_translate_modifier(char *str);
11
12 #endif
This page took 0.033588 seconds and 3 git commands to generate.