projects
/
dana
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
allow negative numbers
[dana/openbox.git]
/
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
gboolean kbind(GList *keylist, Action *action);
11
12
#endif