diff options
| author | Alexey Korop <akorop@gmail.com> | 2010-01-04 13:21:12 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-06 17:13:03 -0500 |
| commit | 8968b38338529cd0a7f2ad08a7c2e0d2e76b6e62 (patch) | |
| tree | 334c5f4026bd3d51575fba17c2e0f8f300a03385 /openbox/config.h | |
| parent | e04522772694682ccd11fc465d861b169675312b (diff) | |
improve submenu hide delay
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index 33fcd684..77139368 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -185,6 +185,8 @@ extern guint config_menu_hide_delay; extern gboolean config_menu_middle; /*! Delay before opening a submenu in milliseconds */ extern guint config_submenu_show_delay; +/*! Delay before closing a submenu in milliseconds */ +extern guint config_submenu_hide_delay; /*! Show icons in client_list_menu */ extern gboolean config_menu_client_list_icons; /*! Show manage desktops in client_list_menu */ |
