mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 04:40:54 +02:00
MG: added TDevContextColorType
git-svn-id: trunk@2374 -
This commit is contained in:
parent
c167c2a416
commit
ed7dea699c
@ -124,7 +124,15 @@ type
|
||||
dcfPenInvalid // pen is not a valid GDIObject
|
||||
);
|
||||
TDeviceContextsFlags = set of TDeviceContextsFlag;
|
||||
|
||||
|
||||
TDevContextsColorType = (
|
||||
dccNone,
|
||||
dccCurrentBackColor,
|
||||
dccCurrentTextColor,
|
||||
dccGDIBrushColor,
|
||||
dccGDIPenColor
|
||||
);
|
||||
|
||||
TDeviceContext = class
|
||||
public
|
||||
hWnd: HWND;
|
||||
@ -392,6 +400,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.23 2002/10/08 13:42:23 lazarus
|
||||
MG: added TDevContextColorType
|
||||
|
||||
Revision 1.22 2002/10/08 10:08:46 lazarus
|
||||
MG: accelerated GDIColor allocating
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user