]> 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 0059e293fdcd4c46d59b7e94a2b5f0dbda7be1dd..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;
@@ -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.024154 seconds and 4 git commands to generate.