aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorKostas Nakos2009-08-06 18:05:50 +0000
committerKostas Nakos2009-08-06 18:05:50 +0000
commitb395b1836a8259edeaf6b2c9260b4186dee51796 (patch)
treedf3277edd1e5a23892b4c3b046198c9679c2acaf /backends/platform/wince/wince-sdl.h
parent8820b6166ecc5f2c76e926aefdbf4d3ad6f2f062 (diff)
downloadscummvm-rg350-b395b1836a8259edeaf6b2c9260b4186dee51796.tar.gz
scummvm-rg350-b395b1836a8259edeaf6b2c9260b4186dee51796.tar.bz2
scummvm-rg350-b395b1836a8259edeaf6b2c9260b4186dee51796.zip
overload showMouse to kill mouse shadows in kyra
svn-id: r43088
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h1
1 files changed, 1 insertions, 0 deletions
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);