X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=10d6e0b5aae3190bd27145a2e01c9badc583d332;hp=f23e0f633488783b2beefd8f635bb98d55fcc3dd;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 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);