diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-01-04 15:07:10 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-06 17:13:03 -0500 |
| commit | b88cf22bc0084bc611453443b5d8355edbe33bfa (patch) | |
| tree | 65814bef5a14262548df071664d03fcbfb2c775e /openbox/config.c | |
| parent | 8968b38338529cd0a7f2ad08a7c2e0d2e76b6e62 (diff) | |
Some fixes for the submenu hide delay code
When nothing in a menu is selected, go back to selecting the open submenu.
Adjust the LeaveNotify event handling to only respond when there is not a
EnterNotify coming for the same menu frame.
Change the default submenu show/hide delays.
Have the default values for submenu show/hide match the default rc.xml
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/config.c b/openbox/config.c index a6417646..240606a4 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -1018,8 +1018,8 @@ void config_startup(ObParseInst *i) config_menu_hide_delay = 250; config_menu_middle = FALSE; - config_submenu_show_delay = 0; - config_submenu_hide_delay = 750; + config_submenu_show_delay = 200; + config_submenu_hide_delay = 400; config_menu_client_list_icons = TRUE; config_menu_manage_desktops = TRUE; config_menu_files = NULL; |
