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.
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 Reference Manual