infcubes crashes
[dosdemo] / src / dos / gfx.h
index 109bbcf..f23e0f6 100644 (file)
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-void *set_video_mode(int xsz, int ysz, int bpp);
+void *set_video_mode(int xsz, int ysz, int bpp, int nbuf);
 int set_text_mode(void);
 
 int get_color_depth(void);
@@ -18,7 +18,6 @@ void set_palette(int idx, int r, int g, int b);
 enum {
        FLIP_NOW,
        FLIP_VBLANK,
-       FLIP_VBLANK_WAIT
 };
 /* page flip and return pointer to the start of the display area (front buffer) */
 void *page_flip(int vsync);