NAME
XDestroyRegion — deallocate memory associated with a region.
SYNOPSIS
XDestroyRegion(r) Region r;
ARGUMENTS
rSpecifies the region to be destroyed.
DESCRIPTION
XDestroyRegion() frees the memory associated with a region and invalidates pointer r.
See Volume One, Chapter 6, Drawing Graphics and Text, for a description of regions.
SEE ALSO
XClipBox(), XCreateRegion(), XEmptyRegion(), XEqualRegion(), XIntersectRegion(), XOffsetRegion(), XPointInRegion(), XPolygonRegion(), XRectInRegion(), XSetRegion(), XShrinkRegion(), XSubtractRegion(), XUnionRectWithRegion(), XUnionRegion(), XXorRegion().
Xlib Reference Manual