X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=a57b0dcbda2fe3ff4eaf0d04b4585141219d5a56;hb=0352abfa88892bc17bdff2022745e3c1b312edd0;hp=f6a7b30eb89adf147db6bac11d5246275adb4e0c;hpb=a03b817aeb7fe32be881c30d50fab79455db08c5;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index f6a7b30e..a57b0dcb 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -22,7 +22,7 @@ #include "geom.h" #include "window.h" -#include "render/render.h" +#include "obrender/render.h" #include @@ -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;