From c6349f43193b74a3c09945f3093a871b0157ba47 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 23 Apr 2004 18:42:09 +0000 Subject: Merging XORG-CURRENT into trunk --- src/CopyCmap.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/CopyCmap.c') diff --git a/src/CopyCmap.c b/src/CopyCmap.c index a6873765..9c7abcec 100644 --- a/src/CopyCmap.c +++ b/src/CopyCmap.c @@ -24,8 +24,15 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/CopyCmap.c,v 1.3 2001/01/17 19:41:33 dawes Exp $ */ #include "Xlibint.h" +#include "Xcmsint.h" + +/* cmsCmap.c */ +extern XcmsCmapRec * _XcmsCopyCmapRecAndFree(Display *dpy, + Colormap src_cmap, + Colormap copy_cmap); Colormap XCopyColormapAndFree(dpy, src_cmap) register Display *dpy; -- cgit v1.2.1