X Version 11 (Release 6.1)
XmuDeleteStandardColormap(X3xmu)
XmuDeleteStandardColormap --
delete standard colormap property
Synopsis
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
possible.
References
XmuAllStandardColormaps(X3xmu),
XmuVisualStandardColormaps(X3xmu),
XmuLookupStandardColormap(X3xmu),
XmuGetColormapAllocation(X3xmu),
XmuStandardColormap(X3xmu),
XmuCreateColormap(X3xmu)
Xlib - C Language X Interface
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004