mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
* define ColorType as LongWord if FPC_GRAPH_SUPPORTS_TRUECOLOR is defined
git-svn-id: trunk@40836 -
This commit is contained in:
parent
1b16ff3629
commit
80762bc302
@ -434,7 +434,11 @@ type
|
||||
|
||||
|
||||
type
|
||||
{$ifdef FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||
ColorType = LongWord;
|
||||
{$else FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||
ColorType = Word;
|
||||
{$endif FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||
|
||||
RGBRec = packed record
|
||||
Red: smallint;
|
||||
|
Loading…
Reference in New Issue
Block a user