started typeinfo for double extended

git-svn-id: trunk@2378 -
This commit is contained in:
mattias 2002-08-17 23:41:19 +00:00
parent e1ea39a662
commit 97244c2c91

View File

@ -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;