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:
parent
aec929e387
commit
9bd827965c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue