X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=10d6e0b5aae3190bd27145a2e01c9badc583d332;hb=2ee531a10bad1036d2279f9b626da72e345a3b37;hp=f23e0f633488783b2beefd8f635bb98d55fcc3dd;hpb=772dfe62feafd0583e52326c7419ef01e04cac60;p=dosdemo diff --git a/src/dos/gfx.h b/src/dos/gfx.h index f23e0f6..10d6e0b 100644 --- a/src/dos/gfx.h +++ b/src/dos/gfx.h @@ -17,7 +17,7 @@ void set_palette(int idx, int r, int g, int b); enum { FLIP_NOW, - FLIP_VBLANK, + FLIP_VBLANK }; /* page flip and return pointer to the start of the display area (front buffer) */ void *page_flip(int vsync);