aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/src/Cmap.h
blob: db2de5697ef40a7556a59f7031f9a09e13b4c8a3 (plain)
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_ */