rtl-console: don't forget to open libraries on MorphOS

git-svn-id: trunk@28555 -
This commit is contained in:
Károly Balogh 2014-08-31 14:59:05 +00:00
parent 143d7d7dd4
commit 1e86d2ba2f

View File

@ -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