NAME
XPlanesOfScreen, PlanesOfScreen − return the depth of a root window.
Synopsis
int XPlanesOfScreen(screen)
Screen *screen;
Arguments
screenSpecifies the appropriate Screen structure.
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*().
Copyright O’Reilly & Assoc. —