diff options
Diffstat (limited to 'src/window.cpp')
-rw-r--r-- | src/window.cpp | 4 |
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. |