mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 13:59:28 +02:00
MorphOS: fix the unified video unit to not crash due to missing library inits
git-svn-id: trunk@29339 -
This commit is contained in:
parent
3a5f11ab2f
commit
a3441a178e
@ -227,6 +227,11 @@ procedure SysInitVideo;
|
||||
var
|
||||
Counter: LongInt;
|
||||
begin
|
||||
{$IFDEF MORPHOS}
|
||||
InitGraphicsLibrary;
|
||||
InitIntuitionLibrary;
|
||||
{$ENDIF}
|
||||
|
||||
{$ifdef VIDEODEBUG}
|
||||
WriteLn('FULLSCREEN VIDEO UNIT MODIFICATION v2');
|
||||
if FPC_VIDEO_FULLSCREEN then
|
||||
|
Loading…
Reference in New Issue
Block a user