]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.hh
add some cvsignore's
[chaz/openbox] / src / Workspace.hh
index 0059e293fdcd4c46d59b7e94a2b5f0dbda7be1dd..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;
 
@@ -103,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.021351 seconds and 4 git commands to generate.