summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-05-30 13:16:51 +0000
committeralberth <alberth@openttd.org>2010-05-30 13:16:51 +0000
commit2224c9b515b2e63b7268221905772770352e5425 (patch)
tree16ee342254a2b3d8253f09ff1bbafad9c642334f /src/window.cpp
parent51e67a40e09b6fba154704e89c5ea5462c7552cb (diff)
downloadopenttd-2224c9b515b2e63b7268221905772770352e5425.tar.xz
(svn r19910) -Doc: Doxygen additions.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 421b37a81..4f147a670 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -56,8 +56,8 @@ int _scrollbar_start_pos;
int _scrollbar_size;
byte _scroller_click_timeout;
-bool _scrolling_scrollbar;
-bool _scrolling_viewport;
+bool _scrolling_scrollbar; ///< A scrollbar is being scrolled with the mouse.
+bool _scrolling_viewport; ///< A viewport is being scrolled with the mouse.
SpecialMouseMode _special_mouse_mode; ///< Mode of the mouse.