all repos — openbox @ e7ae71db7008c2418090608e9860da024f1c1464

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