prevent crashes when unexpectedly forced to exit fullscreen mode
(e.g. using windows keys in fullscreen) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2251
This commit is contained in:
parent
df11f825b8
commit
206a21502e
3 changed files with 17 additions and 3 deletions
|
@ -345,6 +345,7 @@ void VGA_SetBlinking(Bitu enabled);
|
|||
void VGA_SetCGA2Table(Bit8u val0,Bit8u val1);
|
||||
void VGA_SetCGA4Table(Bit8u val0,Bit8u val1,Bit8u val2,Bit8u val3);
|
||||
void VGA_ActivateHardwareCursor(void);
|
||||
void VGA_KillDrawing(void);
|
||||
|
||||
extern VGA_Type vga;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue