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, 3 insertions, 0 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 870de6a..3a9d792 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -117,6 +117,8 @@ public:
117 const BScreen &screen() const { return m_screen; } 117 const BScreen &screen() const { return m_screen; }
118 /// notifies when this client dies 118 /// notifies when this client dies
119 FbTk::Subject &dieSig() { return m_diesig; } 119 FbTk::Subject &dieSig() { return m_diesig; }
120 /// notifies when this client becomes focused
121 FbTk::Subject &focusSig() { return m_focussig; }
120 122
121 inline WinClient *transientFor() { return transient_for; } 123 inline WinClient *transientFor() { return transient_for; }
122 inline const WinClient *transientFor() const { return transient_for; } 124 inline const WinClient *transientFor() const { return transient_for; }
@@ -211,6 +213,7 @@ private:
211 int m_focus_mode; 213 int m_focus_mode;
212 214
213 WinClientSubj m_diesig; 215 WinClientSubj m_diesig;
216 WinClientSubj m_focussig;
214 BScreen &m_screen; 217 BScreen &m_screen;
215 218
216 Strut *m_strut; 219 Strut *m_strut;