NAME
XAllPlanes, AllPlanes — return a value with all bits set to 1 suitable for plane argument.
SYNOPSIS
unsigned long XAllPlanes()
ARGUMENTS
None.
RETURNS
A plane mask that includes all planes.
DESCRIPTION
XAllPlanes() returns a value with all bits set to 1 suitable for use in a plane mask in a GC, color allocation procedure, or in image handling.
The C language macro AllPlanes() is equivalent and slightly more efficient.
SEE ALSO
XAllocColorCells(), XChangeGC(), XCopyGC(), XCreateGC(), XGetGCValues(), XGetImage(), XGetSubImage(), XSetPlaneMask(), XSetState().
Xlib Reference Manual