diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2014-11-05 09:58:57 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2014-11-05 09:59:09 +0100 |
| commit | 8944094f7164e2649a235fc699cc03b99355a0c8 (patch) | |
| tree | 262bd27ed699c6ae41d0d6d99d4a2e7ea5e1e33b /openbox/menu.h | |
| parent | 28e85ea2b27100de4d737347b3460324d7e971e2 (diff) | |
Allow selecting menu entries during menuHideDelay if you click again, bug 5501
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index 3f5d024a..8c2ecd77 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -185,6 +185,7 @@ void menu_show(gchar *name, const GravityPoint *pos, gint monitor, gboolean mouse, gboolean user_positioned, struct _ObClient *client); gboolean menu_hide_delay_reached(void); +void menu_hide_delay_reset(void); /*! The show function is called right after a menu is shown */ void menu_set_show_func(ObMenu *menu, ObMenuShowFunc func); |
