From b395b1836a8259edeaf6b2c9260b4186dee51796 Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Thu, 6 Aug 2009 18:05:50 +0000 Subject: overload showMouse to kill mouse shadows in kyra svn-id: r43088 --- backends/platform/wince/wince-sdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/wince/wince-sdl.h') diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index cc2948f93d..deafde6d80 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -94,6 +94,7 @@ public: void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale); // overloaded by CE backend void undrawMouse(); void blitCursor(); + bool showMouse(bool visible); void setMousePos(int x, int y); void copyRectToScreen(const byte *src, int pitch, int x, int y, int w, int h); // overloaded by CE backend (FIXME) void copyRectToOverlay(const OverlayColor *buf, int pitch, int x, int y, int w, int h); -- cgit v1.2.3