mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +02:00
new constants for compatibility
git-svn-id: trunk@2730 -
This commit is contained in:
parent
b8ef335fd1
commit
0898c422f1
@ -155,6 +155,8 @@ type
|
|||||||
|
|
||||||
TPixelFormat = (pfDevice, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit, pf24bit,
|
TPixelFormat = (pfDevice, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit, pf24bit,
|
||||||
pf32bit, pfCustom);
|
pf32bit, pfCustom);
|
||||||
|
|
||||||
|
TTransparentMode = (tmAuto, tmFixed);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
@ -163,6 +165,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.8 2002/12/12 17:47:45 mattias
|
||||||
|
new constants for compatibility
|
||||||
|
|
||||||
Revision 1.7 2002/09/27 20:52:21 lazarus
|
Revision 1.7 2002/09/27 20:52:21 lazarus
|
||||||
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user