]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.h
Don't hide submenus immediately when unselecting the parent's entry
[chaz/openbox] / openbox / menuframe.h
index 1b1dcc703f73eebffffdb03f0a6f9aff0c6ec1bd..624c3f49185f8493d1aa861fe92ffeb63ba1be17 100644 (file)
@@ -53,6 +53,9 @@ struct _ObMenuFrame
 
     GList *entries;
     ObMenuEntryFrame *selected;
+    /* if a submenu was selected, then this holds the entry for that submenu
+       until it is closed */
+    ObMenuEntryFrame *open_submenu;
 
     /* show entries from the menu starting at this index */
     guint show_from;
This page took 0.022444 seconds and 4 git commands to generate.