(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/graphics_protos.h>
struct Region * NewRegion ()
LOCATION
In GfxBase at offset 86
SYNOPSIS
/* void */
FUNCTION
Allocates memory for a new Region and initializes it to an empty Region.
INPUTS
RESULT
region - pointer to a newly created Region structure that should be freed by a call to DisposeRegion()
EXAMPLE
SEE ALSO
DisposeRegion()
NOTES
BUGS
INTERNALS
HISTORY