mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:39:20 +02:00
+ added missing InitLayersLibrary helper
This commit is contained in:
parent
a0507ad50b
commit
a0e705d14f
@ -192,6 +192,10 @@ function CreateBehindLayerTags(li : pLayer_Info; bm : pBitMap; x0 : LongInt; y0
|
||||
}
|
||||
|
||||
|
||||
{ Helper func }
|
||||
function InitLayersLibrary : boolean;
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
const
|
||||
@ -229,7 +233,7 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2004-12-07 18:55:49 karoly
|
||||
* initial revision
|
||||
Revision 1.2 2004-12-07 20:07:25 karoly
|
||||
+ added missing InitLayersLibrary helper
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user