X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=ddb7da53c158a01af17c2f094864180017abdc32;hb=0e19f91320d17dc2df1fa0aeaa270b80eef545a9;hp=731ab14b0a1fe688f5b242d33fc1713dc30e208a;hpb=0cf749b80f7732e66fbb78815e3752985b845d17;p=eradicate diff --git a/src/dos/gfx.h b/src/dos/gfx.h index 731ab14..ddb7da5 100644 --- a/src/dos/gfx.h +++ b/src/dos/gfx.h @@ -11,6 +11,7 @@ struct video_mode { uint32_t rmask, gmask, bmask; uint32_t fb_addr; short max_pages; + uint32_t bank_size; }; #ifdef __cplusplus @@ -38,6 +39,7 @@ enum { }; /* page flip and return pointer to the start of the display area (front buffer) */ void *page_flip(int vsync); +extern void (*blit_frame)(void *pixels, int vsync); #ifdef __WATCOMC__ void wait_vsync(void);