mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* Fix video write at wrong memory locations, causing crashes.
git-svn-id: trunk@5513 -
This commit is contained in:
parent
05a07a7dd2
commit
72b25db7ae
@ -923,6 +923,9 @@ begin
|
||||
{$ifndef go32v2}
|
||||
initvideo;
|
||||
{$endif ndef go32v2}
|
||||
{Videobuffer has been reallocated, need passive video situation detection
|
||||
again.}
|
||||
initscreen;
|
||||
{$ifdef Windows}
|
||||
{ write the empty screen to dummy console handle }
|
||||
UpdateScreen(true);
|
||||
|
Loading…
Reference in New Issue
Block a user