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 V1.1 software and any later releases need to have more info in the layer_info structure. to do this in a 1.0 supportable manner requires allocation and deallocation of the memory whenever most layer library functions are called. To prevent unnecessary allocation/deallocation FattenLayerInfo will preallocate the necessary data structures and fake out the layer library into thinking it has a LayerInfo gotten from newlayerinfo. 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 BUGS SEE ALSO newlayerinfo, thinlayerinfo, disposelayerinfo, graphics/layers.h