Home  /  Autodocs  /  layers.library

NAME

LockLayers
lock all layers from graphics output.

SYNOPSIS

LockLayers( li )
a0

void LockLayers( struct Layer_Info *);

FUNCTION

First calls LockLayerInfo() Make all layers in this layer list locked.

INPUTS

li
pointer to Layer_Info structure

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.

As a side-condition, LockLayers() removes all user- and damage-list constraints of the layer such that it will become draw-able in its full rectangle. Whether this side condition is desired or not is argueable, but we leave it like this for now for backwards compatibility. The cliprect layout LockLayers() results in is sub-optimal, but correct. UnlockLayers() restores the original cliprect layout.

SEE ALSO

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