XmuDeleteStandardColormap(Xmu) X Version 11 (Release 5)
6 January 1993
Name
XmuDeleteStandardColormap - delete standard colormap property
Syntax
cc . . . -lXmu
#include <X11/Xmu/StdCmap.h>
void XmuDeleteStandardColormap(dpy, screen, property)
Display *dpy;
int screen;
Atom property;
Arguments
dpy Specifies the connection to the X server.
screen Specifies the screen of the display.
property Specifies the standard colormap property.
Description
To remove any standard colormap property, use XmuDeleteStandardColormap.
This function removes the specified property from the specified screen,
releasing any resources used by the colormap(s) of the property, if pos-
sible.
See also
XmuAllStandardColormaps(Xmu), XmuVisualStandardColormaps(Xmu),
XmuLookupStandardColormap(Xmu), XmuGetColormapAllocation(Xmu),
XmuStandardColormap(Xmu), XmuCreateColormap(Xmu)
Xlib - C Language X Interface