1
0
Fork 0

Fix not giving bad updaterects during an unfinished screenupdate

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2462
This commit is contained in:
Sjoerd van der Berg 2006-01-30 15:02:34 +00:00
parent b33bfb80d9
commit 5866acbba2
4 changed files with 16 additions and 9 deletions

View file

@ -77,7 +77,7 @@ extern Render_t render;
void RENDER_DrawLine( const void *src );
void RENDER_SetSize(Bitu width,Bitu height,Bitu bpp,float fps,double ratio,bool dblw,bool dblh);
bool RENDER_StartUpdate(void);
void RENDER_EndUpdate(void);
void RENDER_EndUpdate( bool fullUpdate );
void RENDER_SetPal(Bit8u entry,Bit8u red,Bit8u green,Bit8u blue);