mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:49:16 +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}
|
{$ifndef go32v2}
|
||||||
initvideo;
|
initvideo;
|
||||||
{$endif ndef go32v2}
|
{$endif ndef go32v2}
|
||||||
|
{Videobuffer has been reallocated, need passive video situation detection
|
||||||
|
again.}
|
||||||
|
initscreen;
|
||||||
{$ifdef Windows}
|
{$ifdef Windows}
|
||||||
{ write the empty screen to dummy console handle }
|
{ write the empty screen to dummy console handle }
|
||||||
UpdateScreen(true);
|
UpdateScreen(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user