mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 13:36:17 +02:00
MG: accelerated designer drawings
git-svn-id: trunk@2314 -
This commit is contained in:
parent
f05e7890e9
commit
cfb580846c
@ -85,6 +85,7 @@ Function GetClipRGN(DC : hDC; RGN : hRGN) : Longint; override;
|
|||||||
Function GetCmdLineParamDescForInterface: string; override;
|
Function GetCmdLineParamDescForInterface: string; override;
|
||||||
function GetDC(hWnd: HWND): HDC; override;
|
function GetDC(hWnd: HWND): HDC; override;
|
||||||
function GetDeviceCaps(DC: HDC; Index: Integer): Integer; Override;
|
function GetDeviceCaps(DC: HDC; Index: Integer): Integer; Override;
|
||||||
|
function GetDeviceSize(DC: HDC; var p: TPoint): boolean; override;
|
||||||
function GetDIBits(DC: HDC; Bitmap: HBitmap; StartScan, NumScans: UINT; Bits: Pointer; var BitInfo: BitmapInfo; Usage: UINT): Integer; Override;
|
function GetDIBits(DC: HDC; Bitmap: HBitmap; StartScan, NumScans: UINT; Bits: Pointer; var BitInfo: BitmapInfo; Usage: UINT): Integer; Override;
|
||||||
function GetBitmapBits(Bitmap: HBITMAP; Count: Longint; Bits: Pointer): Longint; Override;
|
function GetBitmapBits(Bitmap: HBITMAP; Count: Longint; Bits: Pointer): Longint; Override;
|
||||||
function GetFocus: HWND; override;
|
function GetFocus: HWND; override;
|
||||||
@ -187,6 +188,9 @@ Procedure DeleteCriticalSection(var CritSection: TCriticalSection); Override;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.48 2002/09/19 19:56:18 lazarus
|
||||||
|
MG: accelerated designer drawings
|
||||||
|
|
||||||
Revision 1.47 2002/09/18 17:07:30 lazarus
|
Revision 1.47 2002/09/18 17:07:30 lazarus
|
||||||
MG: added patch from Andrew
|
MG: added patch from Andrew
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user