NAME
XmuDeleteStandardColormap — remove any standard colormap property.
SYNOPSIS
void XmuDeleteStandardColormap(display, screen, property)
Display ∗display;
int screen;
Atom property;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
screenSpecifies the screen of the display.
propertySpecifies the standard colormap property.
DESCRIPTION
XmuDeleteStandardColormap will remove the specified property from the specified screen, releasing any resources used by the colormap(s) of the property, if possible.
SEE ALSO
XmuAllStandardColormaps, XmuCreateColormap, XmuGetColormapAllocation, XmuLookupStdCmp, XmuStandardColormap, XmuVisualStandardColormaps.
Xlib Reference Manual