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/menuframe.h | |
| parent | e04522772694682ccd11fc465d861b169675312b (diff) | |
improve submenu hide delay
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 1b1dcc70..62df87ca 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -80,6 +80,9 @@ struct _ObMenuFrame menu until it has seen a KeyPress. this is to avoid having the keybinding used to show the menu end up running something inside the menu */ + ObMenuEntryFrame * submenu_to_hide; /* if exist (single!) submenu hide request + then this variable hold a copy of 'selected' field of the parent menu, + otherwice NULL */ }; struct _ObMenuEntryFrame |
