]> Dogcows Code - chaz/openbox/blobdiff - src/Slit.h
fixed memory leaks for strftime_format and rootcommand
[chaz/openbox] / src / Slit.h
index 60bbdfcbd63edc5be1340ab8cf6cbebe5c136234..f7feb6b16560a76b05e3f97ef27077f7698585b2 100644 (file)
@@ -42,9 +42,11 @@ private:
 
   protected:
     virtual void itemSelected(int, int);
+    virtual void setValues();
 
   public:
     Directionmenu(Slitmenu &);
+    void reconfigure();
   };
 
   class Placementmenu : public Basemenu {
@@ -71,7 +73,7 @@ private:
 protected:
   virtual void itemSelected(int, int);
   virtual void internal_hide();
-
+  virtual void setValues();
 
 public:
   Slitmenu(Slit &);
@@ -137,6 +139,7 @@ public:
   void removeClient(Window, Bool = True);
   void reconfigure();
   void load();
+  void save();
   void reposition();
   void shutdown();
 
This page took 0.020917 seconds and 4 git commands to generate.