diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 11:19:54 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 11:19:54 -0500 |
commit | 14b7d88851378ac5ee85198634a984a665668237 (patch) | |
tree | 91bc1c09f4cebedf21801fc5fca8cc0d576807e7 /kicker/taskbar/taskbar.h | |
parent | 9980d1a0dad4e0697a6e408c9cdadbe1318453cb (diff) | |
download | tdebase-14b7d88851378ac5ee85198634a984a665668237.tar.gz tdebase-14b7d88851378ac5ee85198634a984a665668237.zip |
Add check box option to control taskbar window cycling with mouse wheel.
This closes bug report 251.
Diffstat (limited to 'kicker/taskbar/taskbar.h')
-rw-r--r-- | kicker/taskbar/taskbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kicker/taskbar/taskbar.h b/kicker/taskbar/taskbar.h index 9f56565e3..bb4167166 100644 --- a/kicker/taskbar/taskbar.h +++ b/kicker/taskbar/taskbar.h @@ -110,6 +110,7 @@ private: bool blocklayout; bool m_showAllWindows; + bool m_cycleWheel; // The screen to show, -1 for all screens int m_currentScreen; bool m_showOnlyCurrentScreen; |