(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/layers.h>
#include <>

void UnlockLayer (layer)

LOCATION
In LayersBase at offset 17

SYNOPSIS
struct Layer * layer

FUNCTION
Unlocks a layer for access by other tasks. A layer has to be unlocked as many times as it has been locked until another task can access it.

INPUTS
layer
pointer to layer to be unlocked

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.02.1999 bergers
Added text to autodocs. Bugfixes. Fixed some typos in docs.
19.10.1998 ldp
Amiga Research OS
08.07.1997 ldp
Added to CVS