]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.hh
dont let focus fall back to strange windows like panels, only to normal windows and...
[chaz/openbox] / src / Workspace.hh
index 31ddace817c49dbe2dd991172b1cfe72ae1fa41d..fcf466307a4b336070cd65fc57c1de4e27e41962 100644 (file)
@@ -87,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;
@@ -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.020425 seconds and 4 git commands to generate.