Attempt to fix DC and iPhone backends compilation

svn-id: r43650
This commit is contained in:
Eugene Sandulenko 2009-08-22 13:34:38 +00:00
parent ee0e1bfcea
commit ad507d3387
4 changed files with 8 additions and 8 deletions

View file

@ -193,7 +193,7 @@ void OSystem_Dreamcast::setScaling()
}
}
void OSystem_Dreamcast::initSize(uint w, uint h)
void OSystem_Dreamcast::initSize(uint w, uint h, const Graphics::PixelFormat *format)
{
assert(w <= SCREEN_W && h <= SCREEN_H);
@ -263,7 +263,7 @@ void OSystem_Dreamcast::warpMouse(int x, int y)
void OSystem_Dreamcast::setMouseCursor(const byte *buf, uint w, uint h,
int hotspot_x, int hotspot_y,
byte keycolor, int cursorTargetScale)
byte keycolor, int cursorTargetScale, const Graphics::PixelFormat *format)
{
_ms_cur_w = w;
_ms_cur_h = h;