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.
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().
Copyright O’Reilly & Assoc. —