X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fmouse.h;h=95dcc55f7690c0e8b1ba8f4eb3fdff08dbdd2204;hb=c1b2fc5324522f74a14a5cfa210c95e1509a6e7f;hp=deba7ed236ef99be9a7475435760b5f10cdaa107;hpb=8fe0cb8989c1fe12b30b9030b446345f25340d35;p=chaz%2Fopenbox diff --git a/openbox/mouse.h b/openbox/mouse.h index deba7ed2..95dcc55f 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -17,4 +17,7 @@ void mouse_event(struct _ObClient *client, XEvent *e); void mouse_grab_for_client(struct _ObClient *client, gboolean grab); +ObFrameContext mouse_button_frame_context(ObFrameContext context, + guint button); + #endif