This hopefully fixes the GP2x build (and kicks off buildbot)

svn-id: r43607
This commit is contained in:
Andre Heider 2009-08-21 19:45:49 +00:00
parent 7d350b215c
commit 4155e8eebf

View File

@ -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);