NAME
XMaxCmapsOfScreen, MaxCmapsOfScreen − get maximum number of installed colormaps supported by a screen.
Synopsis
int XMaxCmapsOfScreen(screen)
Screen *screen;
Arguments
screenSpecifies the appropriate Screen structure.
Description
XMaxCmapsOfScreen() returns the maximum number of installed colormaps supported by the specified screen. The C language macro MaxCmapsOfScreen() is equivalent and slightly more efficient.
See Also
XInstallColormap().
Copyright O’Reilly & Assoc. —