XmuDeleteStandardColormap(X3xmu) X Version 11 (Release 6.1)
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
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.