diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-10 20:05:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-10 20:05:06 +0000 |
| commit | 9caa096ad95772741514b1a5cccf288f249e9b1e (patch) | |
| tree | 447999fbfb22f445b3c0353b18e7cd98304bbca9 /openbox/mouse.h | |
| parent | 13dbd8cb17d9ad5f21742306a8d06113f5b1bbbc (diff) | |
frame context fallbacks when there is no binding on the context
Diffstat (limited to 'openbox/mouse.h')
| -rw-r--r-- | openbox/mouse.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
