mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 02:39:56 +00:00
overload newer incarnation of setmousecursor
svn-id: r44437
This commit is contained in:
parent
994b74a193
commit
a13ba4cee7
@ -1913,7 +1913,7 @@ void OSystem_WINCE3::copyRectToScreen(const byte *src, int pitch, int x, int y,
|
||||
SDL_UnlockSurface(_screen);
|
||||
}
|
||||
|
||||
void OSystem_WINCE3::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale) {
|
||||
void OSystem_WINCE3::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format) {
|
||||
|
||||
undrawMouse();
|
||||
if (w == 0 || h == 0)
|
||||
|
@ -91,7 +91,7 @@ public:
|
||||
|
||||
|
||||
// Overloaded from SDL_Common (FIXME)
|
||||
void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale); // overloaded by CE backend
|
||||
void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format); // overloaded by CE backend
|
||||
void undrawMouse();
|
||||
void blitCursor();
|
||||
bool showMouse(bool visible);
|
||||
|
Loading…
x
Reference in New Issue
Block a user