mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-06 14:10:36 +02:00
Fixes builds with Solaris Studio 12.3 when lint is enabled, since it no longer ignores *.h files, but complains when they reference undefined typedefs or macros. Signed-off-by: Niveditha Rau <Niveditha.Rau@Oracle.COM> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
12 lines
152 B
C
12 lines
152 B
C
|
|
#ifndef _CMAP_H_
|
|
#define _CMAP_H_
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
extern void
|
|
_XcmsDeleteCmapRec(
|
|
Display *dpy,
|
|
Colormap cmap);
|
|
|
|
#endif /* _CMAP_H_ */
|