mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:41:35 +02:00
MG: added TDeviceContextMemManager
git-svn-id: trunk@994 -
This commit is contained in:
parent
71226589e0
commit
31152ada49
@ -93,6 +93,7 @@ type
|
|||||||
function NewGDIObject(const GDIType: TGDIType): PGdiObject;
|
function NewGDIObject(const GDIType: TGDIType): PGdiObject;
|
||||||
procedure DisposeGDIObject(GdiObject: PGdiObject);
|
procedure DisposeGDIObject(GdiObject: PGdiObject);
|
||||||
function NewDC: PDeviceContext;
|
function NewDC: PDeviceContext;
|
||||||
|
procedure DisposeDC(pDC: PDeviceContext);
|
||||||
function CreateDefaultBrush: PGdiObject;
|
function CreateDefaultBrush: PGdiObject;
|
||||||
function CreateDefaultFont: PGdiObject;
|
function CreateDefaultFont: PGdiObject;
|
||||||
function CreateDefaultPen: PGdiObject;
|
function CreateDefaultPen: PGdiObject;
|
||||||
@ -429,6 +430,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.63 2002/08/21 14:06:40 lazarus
|
||||||
|
MG: added TDeviceContextMemManager
|
||||||
|
|
||||||
Revision 1.62 2002/08/21 08:13:37 lazarus
|
Revision 1.62 2002/08/21 08:13:37 lazarus
|
||||||
MG: accelerated new/dispose of gdiobjects
|
MG: accelerated new/dispose of gdiobjects
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user