mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-10 13:22:52 -04:00
12 lines
201 B
C
12 lines
201 B
C
/* $XFree86: xc/lib/X11/Cmap.h,v 1.1 2003/04/13 19:22:14 dawes Exp $ */
|
|
|
|
#ifndef _CMAP_H_
|
|
#define _CMAP_H_
|
|
|
|
extern void
|
|
_XcmsDeleteCmapRec(
|
|
Display *dpy,
|
|
Colormap cmap);
|
|
|
|
#endif /* _CMAP_H_ */
|