openbox/plugins/keyboard/keyboard.h
2003-03-26 12:52:32 +00:00

12 lines
204 B
C

#ifndef __plugin_keyboard_keybaord_h
#define __plugin_keyboard_keybaord_h
#include <glib.h>
#include "tree.h"
extern KeyBindingTree *firstnode;
gboolean kbind(GList *keylist, Action *action);
#endif