NAME
XMinCmapsOfScreen, MinCmapsOfScreen — get minimum number of installed colormaps supported by a screen.
SYNOPSIS
int XMinCmapsOfScreen(screen)
Screen ∗screen;
ARGUMENTS
screenSpecifies the appropriate Screen structure.
RETURNS
The minimum number of colormaps.
DESCRIPTION
XMinCmapsOfScreen() returns the minimum number of installed colormaps supported by the specified screen.
The C language macro MinCmapsOfScreen() is equivalent and slightly more efficient.
SEE ALSO
XInstallColormap().
Xlib Reference Manual