Home  /  Autodocs  /  layers.library

NAME

FattenLayerInfo
convert 1.0 LayerInfo to 1.1 LayerInfo

OBSOLETE OBSOLETE OBSOLETE OBSOLETE OBSOLETE

SYNOPSIS

OBSOLETE OBSOLETE OBSOLETE OBSOLETE OBSOLETE

FattenLayerInfo( li )
a0

LONG FattenLayerInfo( struct Layer_Info *);

OBSOLETE OBSOLETE OBSOLETE OBSOLETE OBSOLETE

FUNCTION

As of V45, this function does nothing and returns TRUE. V45 no longer requires additional information in the Layers_Info, but nevertheless, this function *MUST NOT* be used for new code. In case the system (Intuition, namely) must roll its own Layer_Info, it is mandatory to call ThinLayerInfo() if you are done with it as it releases some additional internal buffers. NewLayerInfo is the approved method for getting this structure. When a program needs to give up the LayerInfo structure it must call ThinLayerInfo before freeing the memory. ThinLayerInfo is not necessary if New/DisposeLayerInfo are used however.

INPUTS

li
pointer to LayerInfo structure

SEE ALSO

NewLayerInfo(), ThinLayerInfo(), DisposeLayerInfo(), <graphics/layers.h>