(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

void DisposeRegion (region)

LOCATION
In GfxBase at offset 89

SYNOPSIS
struct Region * region

FUNCTION
Frees all memory allocated by this region, including its RegionRectangles.

INPUTS
region
pointer to a Region structure

RESULT
None.

EXAMPLE

SEE ALSO
NewRegion()

NOTES

BUGS

INTERNALS

HISTORY