[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

UnlockLayerRom

Unlock Layer structure by ROM(gfx lib) code.

Declaration

Source position: agraphics.pas line 2127

procedure UnlockLayerRom(

  l: PLayer

);

Arguments

l

  

A pointer to Layer structure

Description

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().

See also

LockLayerRom

  

Lock Layer structure by ROM(gfx lib) code.

UnlockLayer

LockLayer


Documentation generated on: 2017-01-10