(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
BOOL OrRectRegion (region , rectangle)
LOCATION
In GfxBase at offset 85
SYNOPSIS
struct Region * region
struct Rectangle * rectangle
FUNCTION
Add the given Rectangle to the given Region (if not already there)
INPUTS
region
pointer to Region structure
rectangle
pointer to Rectangle structure
RESULT
TRUE if the operation was succesful, else FALSE (out of memory)
EXAMPLE
SEE ALSO
AndRectRegion(), XorRectRegion(), ClearRectRegion()
NOTES
All relevant data is copied, you may throw away the given rectangle after calling this function
BUGS
INTERNALS
HISTORY