openbox/plugins/mouse/translate.h

9 lines
166 B
C
Raw Normal View History

#ifndef __plugin_mouse_translate_h
#define __plugin_mouse_translate_h
#include <glib.h>
gboolean translate_button(char *str, guint *state, guint *keycode);
#endif