aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-09-01 20:17:00 (GMT)
committerThomas Lübking <thomas.luebking@gmail.com>2016-09-01 20:51:45 (GMT)
commit14e25f4a658f19389921fcfc6d7e355041146af1 (patch)
treec6efce52267736374b06b9232db565cbe9fe232c /src/Window.hh
parent3254816b6b0bbcf0e5b85ea8eb836ce9bac96bbb (diff)
downloadfluxbox-14e25f4a658f19389921fcfc6d7e355041146af1.zip
fluxbox-14e25f4a658f19389921fcfc6d7e355041146af1.tar.bz2
delay mouse driven tab focus by autoraise interval
REQUEST: 190
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4235106..b6e56b2 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -552,6 +552,7 @@ private:
552 uint64_t m_creation_time; 552 uint64_t m_creation_time;
553 uint64_t m_last_keypress_time; 553 uint64_t m_last_keypress_time;
554 FbTk::Timer m_timer; 554 FbTk::Timer m_timer;
555 FbTk::Timer m_tabActivationTimer;
555 556
556 // Window states 557 // Window states
557 bool moving, resizing, m_initialized; 558 bool moving, resizing, m_initialized;