X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fmouse%2Fmouse.h;h=832ada1f1bebd9a5724ddc5a5581e7f2bc774a19;hb=bb8b9ddbc5c7932f184aeed744f4762b5c95fe28;hp=04984886ba8d79861c14ad0d7b6e1430c2de5cd3;hpb=4bcd03b2d0904e2b5443a2383b66055422240255;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h index 04984886..832ada1f 100644 --- a/plugins/mouse/mouse.h +++ b/plugins/mouse/mouse.h @@ -18,4 +18,7 @@ typedef struct { Action *action[NUM_MOUSEACTION]; } MouseBinding; +gboolean mbind(char *buttonstr, char *contextstr, MouseAction mact, + Action *action); + #endif