X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.h;fp=openbox%2Fmouse.h;h=95dcc55f7690c0e8b1ba8f4eb3fdff08dbdd2204;hb=9caa096ad95772741514b1a5cccf288f249e9b1e;hp=deba7ed236ef99be9a7475435760b5f10cdaa107;hpb=13dbd8cb17d9ad5f21742306a8d06113f5b1bbbc;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