summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/konsole.h')
-rw-r--r--konsole/konsole/konsole.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/konsole/konsole/konsole.h b/konsole/konsole/konsole.h
index 468764e2f..35b169230 100644
--- a/konsole/konsole/konsole.h
+++ b/konsole/konsole/konsole.h
@@ -17,6 +17,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.
+
+ --------------------------------------------------------------
+ Additional changes:
+ - 2013/10/14 Michele Calgaro
+ add "scroll tabs on mouse wheel event" functionality
+
*/
/* The material contained in here more or less directly orginates from */
/* kvt, which is copyright (c) 1996 by Matthias Ettrich <ettrich@kde.org> */
@@ -426,6 +432,7 @@ private:
bool b_sessionShortcutsEnabled:1;
bool b_sessionShortcutsMapped:1;
bool b_matchTabWinTitle:1;
+ bool b_mouseWheelScroll:1;
unsigned int m_histSize;
int m_separator_id;