diff options
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 |
