changeset 20555:b32fa408482d draft opengl

wip
author Michael Lutz <michi@icosahedron.de>
date Fri, 26 Jul 2013 22:16:29 +0200
parents eba6c30f00e8
children
files src/video/win32_v.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -121,7 +121,7 @@
 
 	/* virtual */ Sprite *Encode(SpriteLoader::Sprite *sprite, AllocatorProc *allocator);
 
-	/* virtual */ bool UseSystemCursor() { return true; }
+	/* virtual */ bool UseSystemCursor() { return false; }
 
 protected:
 	HDC   dc;          ///< Window device context.