X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=029066ffb498500807c29649a3b67a2fd4a508a9;hp=109bbcf6686f961f6e170af00294bbb1030852d6;hb=b82bab85314bbc57d1c542d4d6687de0cd75c375;hpb=acf706a52fdef3bea3f4ae07b7797395f854c11e diff --git a/src/dos/gfx.h b/src/dos/gfx.h index 109bbcf..029066f 100644 --- a/src/dos/gfx.h +++ b/src/dos/gfx.h @@ -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);