mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-17 14:58:11 +02:00
11 lines
145 B
C
11 lines
145 B
C
/* $XFree86$ */
|
|
|
|
#ifndef _CMAP_H_
|
|
#define _CMAP_H_
|
|
|
|
extern void
|
|
_XcmsDeleteCmapRec(
|
|
Display *dpy,
|
|
Colormap cmap);
|
|
|
|
#endif /* _CMAP_H_ */
|