aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/src/Cmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/src/Cmap.h')
-rw-r--r--nx-X11/lib/src/Cmap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/nx-X11/lib/src/Cmap.h b/nx-X11/lib/src/Cmap.h
new file mode 100644
index 000000000..db2de5697
--- /dev/null
+++ b/nx-X11/lib/src/Cmap.h
@@ -0,0 +1,12 @@
+
+#ifndef _CMAP_H_
+#define _CMAP_H_
+
+#include <nx-X11/Xlib.h>
+
+extern void
+_XcmsDeleteCmapRec(
+ Display *dpy,
+ Colormap cmap);
+
+#endif /* _CMAP_H_ */