diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-02 19:14:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-02 19:14:32 +0000 |
| commit | b0aa29db6973d3a052980459c413c1c193bcc671 (patch) | |
| tree | 3ceecfe4d6bacdbc8ad62b6f3a3785ac3b1d156b /openbox/menu.h | |
| parent | 1091e38908d01e5e05da8f8d6729d4c622b14f95 (diff) | |
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.
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 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); |
