mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 18:45:59 +02:00
started typeinfo for double extended
git-svn-id: trunk@2378 -
This commit is contained in:
parent
e1ea39a662
commit
97244c2c91
@ -231,6 +231,9 @@ Procedure AllocGDIColor(DC : hDC; var GDIColor : TGDIColor);
|
||||
procedure SetGDIColorRef(var GDIColor : TGDIColor; NewColorRef: TColorRef);
|
||||
Procedure EnsureGCColor(DC: hDC; ColorType: TDevContextsColorType;
|
||||
IsSolidBrush: Boolean; AsBackground: Boolean);
|
||||
function CompareGDIColor(const Color1, Color2: TGDIColor): boolean;
|
||||
function CompareGDIFill(const Fill1, Fill2: TGdkFill): boolean;
|
||||
function CompareGDIBrushes(Brush1, Brush2: PGdiObject): boolean;
|
||||
|
||||
function GetIndexAsKey(p: pointer): pointer;
|
||||
function GetRGBAsKey(p: pointer): pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user