summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-07-11 10:53:07 +0000
committerterkhen <terkhen@openttd.org>2010-07-11 10:53:07 +0000
commit9aef7b8c3dab0fe2d6e8855b7effcb89908c699e (patch)
tree5dd65c401a8167d80318c8ce236b728835a26cf0 /src/window_gui.h
parentdd5bf70f2025e69007b9b8aaf3f62b7b40543f34 (diff)
downloadopenttd-9aef7b8c3dab0fe2d6e8855b7effcb89908c699e.tar.xz
(svn r20118) -Add: Detect if the mouse has been hovering over the same point.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 5d15d8f5a..7fc0ebe72 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -913,6 +913,7 @@ extern byte _scroller_click_timeout;
extern bool _scrolling_scrollbar;
extern bool _scrolling_viewport;
+extern bool _mouse_hovering;
/** Mouse modes. */
enum SpecialMouseMode {