1
0
Fork 0

Add function to reset the screen

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1806
This commit is contained in:
Sjoerd van der Berg 2004-05-25 19:35:14 +00:00
parent aec929e387
commit 9bd827965c

View file

@ -38,6 +38,7 @@ Bitu GFX_GetBestMode(Bitu bpp,Bitu & gfx_flags);
Bitu GFX_GetRGB(Bit8u red,Bit8u green,Bit8u blue);
void GFX_SetSize(Bitu width,Bitu height,Bitu bpp,double scalex,double scaley,GFX_ResetCallBack cb_reset);
void GFX_ResetScreen(void);
void GFX_Start(void);
void GFX_Stop(void);
void GFX_SwitchFullScreen(void);