Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 788 Bytes

UnlockLayerRom.md

File metadata and controls

34 lines (21 loc) · 788 Bytes

NAME

UnlockLayerRom -- Unlock Layer structure by rom(gfx lib) code.

SYNOPSIS

    UnlockLayerRom( layer )
                     a5

    void UnlockLayerRom( struct Layer * );

Links: Layer

FUNCTION

Release the lock on this layer. If the same task has called LockLayerRom more than once than the same number of calls to UnlockLayerRom must happen before the layer is actually freed so that other tasks may use it. This call does destroy scratch registers. This call is identical to UnlockLayer (layers.library).

INPUTS

layer - pointer to Layer structure

BUGS

SEE ALSO

LockLayerRom layers.library/UnlockLayer graphics/clip.h