(C) 1998 AROS - The Amiga Research OS


NAME

void GfxFree (node)

LOCATION
In GfxBase at offset 111

SYNOPSIS
struct ExtendedNode * node

FUNCTION
Free a special graphics extended data structure which was preciously allocated by GfxNew()

INPUTS
node = pointer to a graphics extended data structure obtained by GfxNew()

RESULT
The node will be deallocated from memory. Graphics will disassociate this special graphics extended node from any associated data structure, if necessary, before freeing it (see GfxAssociate())

EXAMPLE

SEE ALSO
graphics/gfxnodes.h GfxNew(), GfxAssociate(), GfxLookUp()

NOTES

BUGS

INTERNALS

HISTORY