summaryrefslogtreecommitdiff
path: root/src/Cmap.h
blob: 062b5383bbcb75831637941c1971cd753b27bfb3 (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef _CMAP_H_
#define _CMAP_H_

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

#endif /* _CMAP_H_ */