NAME
XPlanesOfScreen, PlanesOfScreen — return the depth of a root window.
SYNOPSIS
int XPlanesOfScreen(screen)
Screen ∗screen;
ARGUMENTS
screenSpecifies the appropriate Screen structure.
RETURNS
The number of planes.
DESCRIPTION
XPlanesOfScreen() returns the depth of the root window of the specified screen.
The C language macro PlanesOfScreen() is equivalent and slightly more efficient.
XPlanesOfScreen() and XDisplayPlanes() are equivalent except that they take different arguments.
SEE ALSO
XDisplayPlanes(), XDefaultDepth∗().
Xlib Reference Manual