]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.hh
dont reconfigure during startup. thats a waste and screws up stuff!
[chaz/openbox] / src / Workspace.hh
index 0916dce7340825085860d24936cb6fda727db762..09dc277908c93cceb8a642192b3c57e850dfacf1 100644 (file)
@@ -93,7 +93,7 @@ public:
   bool isLastWindow(const BlackboxWindow* w) const;
 
   void addWindow(BlackboxWindow *w, bool place = False);
-  unsigned int removeWindow(BlackboxWindow *w);
+  void removeWindow(BlackboxWindow *w);
   unsigned int getCount(void) const;
   void appendStackOrder(BlackboxWindowList &stack_order) const;
 
@@ -104,6 +104,7 @@ public:
   void lowerWindow(BlackboxWindow *w);
   void reconfigure(void);
   void setCurrent(void);
+  void readName();
   void setName(const std::string& new_name);
 };
 
This page took 0.020538 seconds and 4 git commands to generate.