overload newer incarnation of setmousecursor
svn-id: r44437
This commit is contained in:
parent
994b74a193
commit
a13ba4cee7
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue