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 5a29a5e..c46bddf 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -149,6 +149,9 @@ private:
149 // some transient (or us) is no longer modal 149 // some transient (or us) is no longer modal
150 void removeModal() { --m_modal_count; } 150 void removeModal() { --m_modal_count; }
151 151
152 FbTk::Timer m_title_update_timer;
153 void emitTitleSig();
154
152 // number of transients which we are modal for 155 // number of transients which we are modal for
153 int m_modal_count; 156 int m_modal_count;
154 bool m_modal; 157 bool m_modal;