xorg-libx11/src/Cmap.h
2004-04-23 18:42:09 +00:00

11 lines
145 B
C

/* $XFree86$ */
#ifndef _CMAP_H_
#define _CMAP_H_
extern void
_XcmsDeleteCmapRec(
Display *dpy,
Colormap cmap);
#endif /* _CMAP_H_ */