1 2 3 4 5 6 7 8 9 10 11 12
#ifndef _CMAP_H_ #define _CMAP_H_ #include <nx-X11/Xlib.h> extern void _XcmsDeleteCmapRec( Display *dpy, Colormap cmap); #endif /* _CMAP_H_ */