From 6e31c2f068180c16c1a7ece0f166c100bf4b4616 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Nov 2011 21:09:08 +0000 Subject: (svn r23241) -Codechange: make the decision when to go to the custom drawn cursor more prominently during the initialisation of OpenTTD --- src/video/video_driver.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/video/video_driver.hpp') diff --git a/src/video/video_driver.hpp b/src/video/video_driver.hpp index 4e8a2a0a1..306fe2803 100644 --- a/src/video/video_driver.hpp +++ b/src/video/video_driver.hpp @@ -56,6 +56,11 @@ public: return true; } + virtual bool ClaimMousePointer() + { + return true; + } + /** * Whether the driver has a graphical user interface with the end user. * Or in other words, whether we should spawn a thread for world generation -- cgit v1.2.3-54-g00ecf