X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsdl.h;h=0fe26e037508f54e4642e8b4de757df51be8fbe9;hb=b96c3dc500494652748c24f0aa48a8201ea202dd;hp=93382225135207592038ca071adf2becd49fa939;hpb=7d958613de0b14e460ebca1a651b73cfadf9213c;p=rocksndiamonds.git diff --git a/src/sdl.h b/src/sdl.h index 93382225..0fe26e03 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -304,7 +304,7 @@ typedef int Colormap; /* SDL function definitions */ inline void SDLInitBufferedDisplay(DrawBuffer *, DrawWindow *); -inline boolean SDLSetVideoMode(Bitmap *, DrawWindow *); +inline boolean SDLSetVideoMode(DrawBuffer *); inline void SDLCopyArea(SDL_Surface *, SDL_Surface *, int, int, int, int, int, int); inline void SDLFillRectangle(SDL_Surface *, int, int, int, int, unsigned int);