all repos — openbox @ b6e3e1bc7e929200fc2c4bc744be2c1e2b80ecf6

openbox fork - make it a bit more like ryudo

plugins/mouse/translate.h (raw)

1
2
3
4
5
6
7
8
#ifndef __plugin_mouse_translate_h
#define __plugin_mouse_translate_h

#include <glib.h>

gboolean translate_button(char *str, guint *state, guint *keycode);

#endif