]> Dogcows Code - chaz/openbox/blob - plugins/keyboard/keyboard.h
added position to the textures
[chaz/openbox] / plugins / keyboard / 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.039502 seconds and 4 git commands to generate.