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