mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +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
|
type
|
||||||
|
{$ifdef FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||||
|
ColorType = LongWord;
|
||||||
|
{$else FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||||
ColorType = Word;
|
ColorType = Word;
|
||||||
|
{$endif FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||||
|
|
||||||
RGBRec = packed record
|
RGBRec = packed record
|
||||||
Red: smallint;
|
Red: smallint;
|
||||||
|
Loading…
Reference in New Issue
Block a user