(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/layers.h>
#include <>
void InitLayers (li)
LOCATION
In LayersBase at offset 5
SYNOPSIS
struct Layer_Info * li
FUNCTION
Initializes the supplied Layer_Info, so it's ready for use. Leaves the Layer_Info in an unlocked state.
INPUTS
li
- pointer to Layer_Info structure
RESULT
EXAMPLE
SEE ALSO
NewLayerInfo
NOTES
This function is obsolete. Use NewLayerInfo() instead.
BUGS
INTERNALS
HISTORY
28.02.1999 bergers
All functions use the backfill or blank hook to fill cleared or new areas.
25.02.1999 bergers
Alloc ClipRects are fetched from a pool of cliprects in the LayerInfo and when freed put into that pool.
02.12.1998 bergers
Added more comments, removed obviouse bugs etc.
19.10.1998 ldp
Amiga Research OS
08.07.1997 ldp
Added to CVS