XEmptyRegion (3) Linux Manual Page
XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion – determine if regions are empty or equal Syntax Bool XEmptyRegion(Region r); Bool XEqualRegion(Region r1, Region r2); Bool XPointInRegion(Region r, int x, int y); int XRectInRegion(Region r, int x, int y, unsigned int width, unsigned int height); Arguments r Specifies the region. r1 r2 Specify the two regions. width height Specify…
