projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new method for loading menu files etc
[mikachu/openbox.git]
/
openbox
/
translate.h
1
#ifndef ob__translate_h
2
#define ob__translate_h
3
4
#include <glib.h>
5
6
gboolean translate_button(gchar *str, guint *state, guint *keycode);
7
gboolean translate_key(gchar *str, guint *state, guint *keycode);
8
9
#endif