rnd-20001125-2-src
[rocksndiamonds.git] / src / sdl.h
index 93382225135207592038ca071adf2becd49fa939..0fe26e037508f54e4642e8b4de757df51be8fbe9 100644 (file)
--- 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);