mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
This hopefully fixes the GP2x build (and kicks off buildbot)
svn-id: r43607
This commit is contained in:
parent
7d350b215c
commit
4155e8eebf
@ -58,7 +58,7 @@ public:
|
||||
|
||||
// Set the size of the video bitmap.
|
||||
// Typically, 320x200
|
||||
void initSize(uint w, uint h);
|
||||
void initSize(uint w, uint h, const Graphics::PixelFormat *format);
|
||||
|
||||
int getScreenChangeID() const { return _screenChangeCount; }
|
||||
|
||||
@ -87,7 +87,7 @@ public:
|
||||
void warpMouse(int x, int y);
|
||||
|
||||
// Set the bitmap that's used when drawing the cursor.
|
||||
void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale);
|
||||
void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format);
|
||||
|
||||
// Set colors of cursor palette
|
||||
void setCursorPalette(const byte *colors, uint start, uint num);
|
||||
|
Loading…
x
Reference in New Issue
Block a user