diff options
Diffstat (limited to 'include/colormap.h')
-rw-r--r-- | include/colormap.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/colormap.h b/include/colormap.h index dabfbd92c..a63d31a57 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -74,13 +74,6 @@ typedef CARD32 Pixel; /* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */ typedef struct _colorResource *colorResourcePtr; -extern _X_EXPORT int CreateColormap(Colormap /*mid */ , - ScreenPtr /*pScreen */ , - VisualPtr /*pVisual */ , - ColormapPtr * /*ppcmap */ , - int /*alloc */ , - int /*client */ ); - extern _X_EXPORT int FreeColormap(void *pmap, XID mid); |