aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-27 08:43:09 (GMT)
committermarkt <markt>2007-03-27 08:43:09 (GMT)
commit9ebfea7944a1455a74cb70781373d83f50ad196c (patch)
tree919096d5e05e9b70499433bea3db2faf19b27bae /src/WinClient.hh
parent58e280952a47fc3fb77b4659a21cc4ce6a73066e (diff)
downloadfluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.zip
fluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.tar.bz2
lots and lots of code cleanup, plus introduced new ClientMenu class
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 671b7d4..dd7da21 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -82,6 +82,7 @@ public:
82 void clearStrut(); 82 void clearStrut();
83 83
84 bool focus(); // calls Window->setCurrentClient to give focus to this client 84 bool focus(); // calls Window->setCurrentClient to give focus to this client
85 const std::string &title() const;
85 86
86 /** 87 /**
87 * Changes width and height to the nearest (lower) value 88 * Changes width and height to the nearest (lower) value
@@ -184,7 +185,7 @@ private:
184 185
185 int m_win_gravity; 186 int m_win_gravity;
186 187
187 std::string m_class_name, m_instance_name; 188 std::string m_class_name, m_instance_name, m_icon_title;
188 bool m_title_override, m_icon_title_override; 189 bool m_title_override, m_icon_title_override;
189 190
190 FluxboxWindow::BlackboxHints *m_blackbox_hint; 191 FluxboxWindow::BlackboxHints *m_blackbox_hint;