the rewrite branch builds, not tested yet
[dosdemo] / src / dos / gfx.h
index 109bbcf..029066f 100644 (file)
@@ -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);