Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
layers.library
NAME
UnlockLayerInfo
Unlock the LayerInfo structure.
SYNOPSIS
UnlockLayerInfo( li )
a0
void UnlockLayerInfo( struct Layer_Info *);
FUNCTION
After the operation is complete that required a
LockLayerInfo
, unlock the LayerInfo structure so that other tasks may affect the layers.
INPUTS
li
pointer to the Layer_Info structure
SEE ALSO
LockLayerInfo()
, <graphics/layers.h>