aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
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;