XMinCmapsOfScreen() XMinCmapsOfScreen()
Name
XMinCmapsOfScreen, MinCmapsOfScreen - get minimum number of installed colormaps supported by a screen.
Synopsis
int XMinCmapsOfScreen(screen)
Screen *screen;
Arguments
screen Specifies 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 - Macro Equivalents XMinCmapsOfScreen()