(C) 1998 AROS - The Amiga Research OS


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

void DisposeLayerInfo (li)

LOCATION
In LayersBase at offset 25

SYNOPSIS
struct Layer_Info * li

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
16.03.1999 bergers
ClipRects are not cached in the LayerInfo structure anymore as this might suggest that there is a memory leak while there is not one. Instead there are cached with every layer individually.
25.02.1999 bergers
Alloc ClipRects are fetched from a pool of cliprects in the LayerInfo and when freed put into that pool.
19.10.1998 ldp
Amiga Research OS
08.07.1997 ldp
Added to CVS