]> 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 31ddace817c49dbe2dd991172b1cfe72ae1fa41d..09dc277908c93cceb8a642192b3c57e850dfacf1 100644 (file)
@@ -87,12 +87,13 @@ public:
   BlackboxWindow* getPrevWindowInList(BlackboxWindow *w);
   BlackboxWindow* getTopWindowOnStack(void) const;
   void sendWindowList(Netizen &n);
+  void focusFallback(const BlackboxWindow *old_window);
 
   bool isCurrent(void) const;
   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;
 
@@ -102,8 +103,8 @@ public:
   void raiseWindow(BlackboxWindow *w);
   void lowerWindow(BlackboxWindow *w);
   void reconfigure(void);
-  void updateFocusModel(void);
   void setCurrent(void);
+  void readName();
   void setName(const std::string& new_name);
 };
 
This page took 0.020065 seconds and 4 git commands to generate.