diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-04-22 19:21:06 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-04-22 19:21:06 +0000 |
| commit | 310d268bf0b3fbc065e754b9dc25862a60efcaae (patch) | |
| tree | 0bb2f65b00ea0a5dccf4b66f013bf612b010c61e /openbox/config.h | |
| parent | ad215303e7e651c0274d219709e109073bc4a032 (diff) | |
patch from syscrash2k, adds submenuShowDelay option, bug #2682
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 9b92fba6..a42e8a7e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -122,6 +122,8 @@ extern gboolean config_menu_warppointer; extern gboolean config_menu_xorstyle; /*! delay for hiding menu when opening */ extern guint config_menu_hide_delay; +/*! delay before opening a submenu */ +extern guint config_submenu_show_delay; /*! show icons in client_list_menu */ extern gboolean config_menu_client_list_icons; /*! User-specified menu files */ |
