X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=624c3f49185f8493d1aa861fe92ffeb63ba1be17;hb=d6625739427798a7d5a972b2173f400ea1fa7fc7;hp=1b1dcc703f73eebffffdb03f0a6f9aff0c6ec1bd;hpb=d409936faae594df7854b5b42ff707315ca33086;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 1b1dcc70..624c3f49 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -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;