Cmap.h 155 Bytes
Newer Older
1 2 3 4

#ifndef _CMAP_H_
#define _CMAP_H_

5 6
#include <nx-X11/Xlib.h>

7 8 9 10 11 12
extern void
_XcmsDeleteCmapRec(
    Display *dpy,
    Colormap cmap);

#endif /* _CMAP_H_ */