Unlock Layer structure by ROM(gfx lib) code.
Source position: agraphics.pas line 2403
procedure UnlockLayerRom( |
layer: pLayer |
); |
Release the lock on this layer. If the same task has called LockLayerRom() more than once than the same number of calls to UnlockLayerRom() must happen before the layer is actually freed so that other tasks may use it. This call does destroy scratch registers. This call is identical to UnlockLayer().
|
Lock Layer structure by ROM(gfx lib) code. |
|
|
Unlock layer and allow graphics routines to use it. |
|
|
Lock layer to make changes to ClipRects. |