mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:40:25 +02:00
MG: accelerated designer drawings
git-svn-id: trunk@1170 -
This commit is contained in:
parent
c6b14d20e0
commit
d9dc30377f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user