X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Ftranslate.h;fp=plugins%2Fmouse%2Ftranslate.h;h=a2fcfc90e28b1be39198a448ea8a1f49135a1f91;hb=4bcd03b2d0904e2b5443a2383b66055422240255;hp=0000000000000000000000000000000000000000;hpb=51b93d9c4ce080f337fce7175a43d0de269dec81;p=chaz%2Fopenbox diff --git a/plugins/mouse/translate.h b/plugins/mouse/translate.h new file mode 100644 index 00000000..a2fcfc90 --- /dev/null +++ b/plugins/mouse/translate.h @@ -0,0 +1,8 @@ +#ifndef __plugin_mouse_translate_h +#define __plugin_mouse_translate_h + +#include + +gboolean translate_button(char *str, guint *state, guint *keycode); + +#endif