]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.hh
sync with bb cvs
[chaz/openbox] / src / Workspace.hh
index 33f17b3dec9b65a6ee9e040d2d6517d37fb2e6fc..0916dce7340825085860d24936cb6fda727db762 100644 (file)
@@ -46,6 +46,7 @@ private:
   BScreen *screen;
   BlackboxWindow *lastfocus;
   Clientmenu *clientmenu;
+  XAtom *xatom;
 
   BlackboxWindowList stackingList, windowList;
 
@@ -86,6 +87,7 @@ 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;
@@ -101,7 +103,6 @@ public:
   void raiseWindow(BlackboxWindow *w);
   void lowerWindow(BlackboxWindow *w);
   void reconfigure(void);
-  void updateFocusModel(void);
   void setCurrent(void);
   void setName(const std::string& new_name);
 };
This page took 0.024075 seconds and 4 git commands to generate.