openbox/plugins/keyboard/keyboard.h

13 lines
204 B
C
Raw Normal View History

2003-03-18 08:38:33 +00:00
#ifndef __plugin_keyboard_keybaord_h
#define __plugin_keyboard_keybaord_h
#include <glib.h>
2003-03-25 22:14:02 +00:00
#include "tree.h"
2003-03-18 08:38:33 +00:00
extern KeyBindingTree *firstnode;
2003-03-26 12:52:32 +00:00
gboolean kbind(GList *keylist, Action *action);
2003-03-18 08:38:33 +00:00
#endif