mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +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
|
||||
Counter: LongInt;
|
||||
begin
|
||||
InitGraphicsLibrary;
|
||||
InitIntuitionLibrary;
|
||||
|
||||
{$ifdef VIDEODEBUG}
|
||||
WriteLn('FULLSCREEN VIDEO UNIT MODIFICATION v2');
|
||||
if FPC_VIDEO_FULLSCREEN then
|
||||
|
Loading…
Reference in New Issue
Block a user