]> Dogcows Code - chaz/openbox/blobdiff - src/Basemenu.hh
on reconfigure, save all of the open submenus instead of just one, and then reopen...
[chaz/openbox] / src / Basemenu.hh
index 87592ec5865597b5ac2647d3f1ae093fcceac179..46a8d52821f5bf9e598273ac930218695cd3b94b 100644 (file)
@@ -67,7 +67,6 @@ private:
   Basemenu& operator=(const Basemenu&);
 
 protected:
-  BasemenuItem *find(int index);
   inline void setTitleVisibility(bool b) { title_vis = b; }
   inline void setMovable(bool b) { movable = b; }
   inline void setHideTree(bool h) { hide_tree = h; }
@@ -106,6 +105,7 @@ public:
   inline int getY(void) const { return menu.y; }
   inline unsigned int getCount(void) { return menuitems.size(); }
   inline int getCurrentSubmenu(void) const { return which_sub; }
+  BasemenuItem *find(int index);
 
   inline unsigned int getWidth(void) const { return menu.width; }
   inline unsigned int getHeight(void) const { return menu.height; }
This page took 0.026767 seconds and 4 git commands to generate.