From 8944094f7164e2649a235fc699cc03b99355a0c8 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 5 Nov 2014 09:58:57 +0100 Subject: Allow selecting menu entries during menuHideDelay if you click again, bug 5501 --- openbox/menu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/menu.h') 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); -- cgit v1.2.3