X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=3b3266178c56aed9820ace30e8e7d0bc2b76b1d7;hp=3a00cb1136a5ea745960b8d776dc97b68b85e77d;hb=30512b15037dcc2cd5056fb328f1bc93b6d03394;hpb=f13b71a693ef7c808d85908468af702ecc878343 diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 3a00cb11..3b326617 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -451,8 +451,8 @@ void SDLSetWindowTitle(void); void SDLLimitScreenUpdates(boolean); void SDLInitVideoDisplay(void); -void SDLInitVideoBuffer(DrawBuffer **, DrawWindow **, boolean); -boolean SDLSetVideoMode(DrawBuffer **, boolean); +void SDLInitVideoBuffer(boolean); +boolean SDLSetVideoMode(boolean); void SDLCreateBitmapContent(Bitmap *, int, int, int); void SDLFreeBitmapPointers(Bitmap *); void SDLCopyArea(Bitmap *, Bitmap *, int, int, int, int, int, int, int);