aboutsummaryrefslogtreecommitdiff
path: root/gui/about.h
diff options
context:
space:
mode:
authorMax Horn2004-12-30 14:21:16 +0000
committerMax Horn2004-12-30 14:21:16 +0000
commitf0d0ce7979d89ab67cb702326f900dc721aa01a4 (patch)
tree76f8b6594c9f98d976b3efacb643386f37c214d3 /gui/about.h
parent60deb4200b86ba4288f3205b6cd45176a3bff254 (diff)
downloadscummvm-rg350-f0d0ce7979d89ab67cb702326f900dc721aa01a4.tar.gz
scummvm-rg350-f0d0ce7979d89ab67cb702326f900dc721aa01a4.tar.bz2
scummvm-rg350-f0d0ce7979d89ab67cb702326f900dc721aa01a4.zip
Reduce time till scrolling starts inthe about dialog; pressing shift/alt now causes faster/reverse scrolling (this is an insider trick and not documented on purpose :-)
svn-id: r16383
Diffstat (limited to 'gui/about.h')
-rw-r--r--gui/about.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/about.h b/gui/about.h
index 13ad79c7d6..094b8ec551 100644
--- a/gui/about.h
+++ b/gui/about.h
@@ -33,6 +33,7 @@ protected:
uint32 _scrollTime;
StringList _lines;
uint32 _lineHeight;
+ byte _modifiers;
public:
AboutDialog();