(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void UnlockLayerRom (l)

LOCATION
In GfxBase at offset 73

SYNOPSIS
struct Layer * l

FUNCTION
Unlocks a prevously locked layer for access by other applications or intuition itself. If a task has locked a layer multiple times it must unlock it as many times as well as locks nest. This functions does the same as layers/UnlockLayerRom()

INPUTS
l
pointer to layer structure

RESULT

EXAMPLE

SEE ALSO
LockLayerRom() LockLayer() UnLockLayer()

NOTES

BUGS
Does not save all registers.

INTERNALS

HISTORY
05.02.1999 bergers
Initial revision.