X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=a57b0dcbda2fe3ff4eaf0d04b4585141219d5a56;hp=87a718e79fbf377bb44492ce618a75a1f547dcf1;hb=73575c10ce3ede1637e4f959b56e1f7d5f110b91;hpb=4f414ed0f124fa67b61d347899aa3b30aa0294f1 diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 87a718e7..a57b0dcb 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -50,12 +50,10 @@ struct _ObMenuFrame ObMenuFrame *parent; ObMenuEntryFrame *parent_entry; ObMenuFrame *child; + ObMenuEntryFrame *child_entry; 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;