mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
rtl-console: don't forget to open libraries on MorphOS
git-svn-id: trunk@28555 -
This commit is contained in:
parent
143d7d7dd4
commit
1e86d2ba2f
@ -249,6 +249,9 @@ procedure SysInitVideo;
|
|||||||
var
|
var
|
||||||
Counter: LongInt;
|
Counter: LongInt;
|
||||||
begin
|
begin
|
||||||
|
InitGraphicsLibrary;
|
||||||
|
InitIntuitionLibrary;
|
||||||
|
|
||||||
{$ifdef VIDEODEBUG}
|
{$ifdef VIDEODEBUG}
|
||||||
WriteLn('FULLSCREEN VIDEO UNIT MODIFICATION v2');
|
WriteLn('FULLSCREEN VIDEO UNIT MODIFICATION v2');
|
||||||
if FPC_VIDEO_FULLSCREEN then
|
if FPC_VIDEO_FULLSCREEN then
|
||||||
|
Loading…
Reference in New Issue
Block a user