From 62f8a5c49b852047bf6cc199d2d0c9add41d35a9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Feb 2010 13:59:15 -0500 Subject: 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 --- openbox/menuframe.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/menuframe.h') 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 -- cgit v1.2.3