MG: accelerated designer drawings

git-svn-id: trunk@1170 -
This commit is contained in:
lazarus 2002-02-09 01:48:01 +00:00
parent c6b14d20e0
commit d9dc30377f

View File

@ -785,6 +785,13 @@ begin
Result := 0;
end;
function TInterfaceBase.GetDeviceSize(DC: HDC; var p: TPoint): boolean;
begin
p.X := 0;
p.Y := 0;
Result := false;
end;
function TInterfaceBase.GetDIBits(DC: HDC; Bitmap: HBitmap; StartScan, NumScans: UINT; Bits: Pointer; var BitInfo: BitmapInfo; Usage: UINT): Integer;
begin
Result := 0;
@ -1345,6 +1352,9 @@ end;
{ =============================================================================
$Log$
Revision 1.49 2002/09/19 19:56:14 lazarus
MG: accelerated designer drawings
Revision 1.48 2002/09/18 17:07:24 lazarus
MG: added patch from Andrew