NAME
XCellsOfScreen, CellsOfScreen − return size of default colormap.
Synopsis
int XCellsOfScreen(screen)
Screen *screen;
Arguments
screenSpecifies the appropriate Screen structure.
Description
XCellsOfScreen() returns the number of colormap cells in the default colormap of the specified screen. The C language macro CellsOfScreen() is equivalent and slightly more efficient.
See Also
XDefaultColormap*(), XDefaultDepthOfScreen(), XDefaultVisualOfScreen().
Copyright O’Reilly & Assoc. —