From b0aa29db6973d3a052980459c413c1c193bcc671 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 2 Jun 2007 19:14:32 +0000 Subject: do the menu_can_hide thing properly. was such a hack before? and the variable was getting set from all kinds of events like motion notify. totally not reliable. now it works all nice. --- 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 6d4bbd47..591dfb65 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -172,6 +172,7 @@ void menu_show_all_shortcuts(ObMenu *self, gboolean show); void menu_show(gchar *name, gint x, gint y, gint button, struct _ObClient *client); +gboolean menu_hide_delay_reached(); void menu_set_show_func(ObMenu *menu, ObMenuShowFunc func); void menu_set_hide_func(ObMenu *menu, ObMenuHideFunc func); -- cgit v1.2.3