X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=8f124ed6f037c71278e1535957a2427bcac042b8;hb=62f8a5c49b852047bf6cc199d2d0c9add41d35a9;hp=aa32b2117c41a042544efb4f99e8a600785c1271;hpb=41dbce908a981214d2d61e813c17d9415f938d87;p=chaz%2Fopenbox 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