Home  /  Autodocs  /  layers.library

NAME

UnlockLayers
Unlock all layers from graphics output. Restart graphics output to layers that have been waiting

SYNOPSIS

ok = UnlockLayers( li )
a0

BOOL UnlockLayers( struct Layer_Info *);

FUNCTION

Make all layers in this layer list unlocked. Then calls UnlockLayerInfo

INPUTS

li
pointer to the Layer_Info structure

RESULT

returns a boolean TRUE/FALSE condition for backwards compatibility. V45 and above will always return TRUE.

BUGS

V44 and below might have failed on a low-memory situation. In this case, layer cliprects, especially user clip rects might have been un-installed and incorrect. This has been fixed in V45.

SEE ALSO

LockLayers(), UnlockLayer(), <graphics/layers.h>