aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorAndre Heider2009-08-21 19:45:49 +0000
committerAndre Heider2009-08-21 19:45:49 +0000
commit4155e8eebf6aeb4ba90ff4901328a2bb9414eaa9 (patch)
tree637bb82f9feb938d723f09c8e50d79cc93a08072 /backends
parent7d350b215c62f6d08c9bc33da9648fd72ee5599e (diff)
downloadscummvm-rg350-4155e8eebf6aeb4ba90ff4901328a2bb9414eaa9.tar.gz
scummvm-rg350-4155e8eebf6aeb4ba90ff4901328a2bb9414eaa9.tar.bz2
scummvm-rg350-4155e8eebf6aeb4ba90ff4901328a2bb9414eaa9.zip
This hopefully fixes the GP2x build (and kicks off buildbot)
svn-id: r43607
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/gp2x/gp2x-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h
index 4e6421f353..c8bbd93de0 100644
--- a/backends/platform/gp2x/gp2x-common.h
+++ b/backends/platform/gp2x/gp2x-common.h
@@ -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);