(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
BOOL OrRegionRegion (region1 , region2)
LOCATION
In GfxBase at offset 102
SYNOPSIS
struct Region * region1
struct Region * region2
FUNCTION
OR of one region with another region, leaving result in second region.
INPUTS
region1 - pointer to a region structure region2 - pointer to a region structure
RESULT
TRUE if the operation was succesful, else FALSE (out of memory)
EXAMPLE
SEE ALSO
AndRegionRegion(), XOrRegionRegion()
NOTES
BUGS
INTERNALS
HISTORY