MG: added TDeviceContextMemManager

git-svn-id: trunk@994 -
This commit is contained in:
lazarus 2002-02-09 01:47:35 +00:00
parent 71226589e0
commit 31152ada49

View File

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