]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.h
Set up work for making a 3.5 prerelease.
[chaz/openbox] / openbox / menuframe.h
index 1d5dd0cb11b3d13b1ebe7e0a04de388ddf0d9103..87a718e79fbf377bb44492ce618a75a1f547dcf1 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "geom.h"
 #include "window.h"
-#include "render/render.h"
+#include "obrender/render.h"
 
 #include <glib.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;
This page took 0.023902 seconds and 4 git commands to generate.