aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-30 20:29:46 (GMT)
committermarkt <markt>2007-03-30 20:29:46 (GMT)
commit3ab6b48974c32c742bda5dc6c3f217f9d58e3d99 (patch)
tree7a9852f2513e4677e636cd6261c87ba3002b3ab4 /src/WinClient.hh
parentaef362350332d80febe1a4b72ee9b4b962ed527b (diff)
downloadfluxbox-3ab6b48974c32c742bda5dc6c3f217f9d58e3d99.zip
fluxbox-3ab6b48974c32c742bda5dc6c3f217f9d58e3d99.tar.bz2
pattern matching for window cycling
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index dd7da21..82f7153 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -111,10 +111,7 @@ public:
111 bool getAttrib(XWindowAttributes &attr) const; 111 bool getAttrib(XWindowAttributes &attr) const;
112 bool getWMName(XTextProperty &textprop) const; 112 bool getWMName(XTextProperty &textprop) const;
113 bool getWMIconName(XTextProperty &textprop) const; 113 bool getWMIconName(XTextProperty &textprop) const;
114 /// @return name member of class structure 114 std::string getWMRole() const;
115 const std::string &getWMClassName() const;
116 /// @return class member of class structure
117 const std::string &getWMClassClass() const;
118 115
119 /// notifies when this client dies 116 /// notifies when this client dies
120 FbTk::Subject &dieSig() { return m_diesig; } 117 FbTk::Subject &dieSig() { return m_diesig; }
@@ -185,7 +182,7 @@ private:
185 182
186 int m_win_gravity; 183 int m_win_gravity;
187 184
188 std::string m_class_name, m_instance_name, m_icon_title; 185 std::string m_icon_title;
189 bool m_title_override, m_icon_title_override; 186 bool m_title_override, m_icon_title_override;
190 187
191 FluxboxWindow::BlackboxHints *m_blackbox_hint; 188 FluxboxWindow::BlackboxHints *m_blackbox_hint;