XMaxCmapsOfScreen() XMaxCmapsOfScreen()
Name
XMaxCmapsOfScreen, MaxCmapsOfScreen - get maximum number of installed colormaps supported by a screen.
Synopsis
int XMaxCmapsOfScreen(screen)
Screen *screen;
Arguments
screen Specifies the appropriate Screen structure.
Returns
The maximum number of colormaps.
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().
Xlib - Macro Equivalents XMaxCmapsOfScreen()