diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-11 13:59:15 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-11 14:06:03 -0500 |
| commit | 62f8a5c49b852047bf6cc199d2d0c9add41d35a9 (patch) | |
| tree | 123665868be20df39bbbade61dd652e6e31b0498 /openbox/menuframe.h | |
| parent | 41dbce908a981214d2d61e813c17d9415f938d87 (diff) | |
make the menu use the new obt stuff when reading keyboard input so it can handle input from the non-base group and composed input
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index aa32b211..8f124ed6 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -81,6 +81,10 @@ 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 */ + guint press_keycode; /* the KeyCode that was used in the last KeyPress */ + gboolean press_doexec; /* if the upcoming KeyRelease should be used to + execute the menu item that was selected by the + KeyPress */ }; struct _ObMenuEntryFrame |
