X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=f6a7b30eb89adf147db6bac11d5246275adb4e0c;hp=1d5dd0cb11b3d13b1ebe7e0a04de388ddf0d9103;hb=50d662681160c309ea86268c0d05794b87b75593;hpb=a93b00a5e93281c7c2c31112f0b6b827d605a19d diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 1d5dd0cb..f6a7b30e 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;