]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.h
make the menu use the new obt stuff when reading keyboard input so it can handle...
[chaz/openbox] / openbox / menuframe.h
index aa32b2117c41a042544efb4f99e8a600785c1271..8f124ed6f037c71278e1535957a2427bcac042b8 100644 (file)
@@ -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
This page took 0.021092 seconds and 4 git commands to generate.