diff options
Diffstat (limited to 'nx-X11/lib/X11/Cmap.h')
-rw-r--r-- | nx-X11/lib/X11/Cmap.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/Cmap.h b/nx-X11/lib/X11/Cmap.h new file mode 100644 index 000000000..b4312be78 --- /dev/null +++ b/nx-X11/lib/X11/Cmap.h @@ -0,0 +1,11 @@ +/* $XFree86$ */ + +#ifndef _CMAP_H_ +#define _CMAP_H_ + +extern void +_XcmsDeleteCmapRec( + Display *dpy, + Colormap cmap); + +#endif /* _CMAP_H_ */ |