all repos — openbox @ 1ae0583b045ead56dfa7002ee83378fed64c920b

openbox fork - make it a bit more like ryudo

openbox/translate.h (raw)

1
2
3
4
5
6
7
8
9
#ifndef ob__translate_h
#define ob__translate_h

#include <glib.h>

gboolean translate_button(gchar *str, guint *state, guint *keycode);
gboolean translate_key(gchar *str, guint *state, guint *keycode);

#endif