mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-15 02:26:07 +02:00
some changes so it works on linux
This commit is contained in:
parent
7683c16b17
commit
5df8b87328
@ -216,7 +216,11 @@ END ;
|
||||
{-----------------------}
|
||||
|
||||
BEGIN
|
||||
{$ifndef linux}
|
||||
gm:=$103;
|
||||
{$else}
|
||||
gm:=G800x600x256;
|
||||
{$endif}
|
||||
gd:=$ff;
|
||||
{$IFDEF TURBO}
|
||||
gd:=detect;
|
||||
|
Loading…
Reference in New Issue
Block a user