aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/Cmap.h
blob: 78cc3ea67d75717c0249cab1a4c3943be60aad0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _CMAP_H_
#define _CMAP_H_

#include <X11/Xlib.h>

extern void
_XcmsDeleteCmapRec(
    Display *dpy,
    Colormap cmap);

#endif /* _CMAP_H_ */