diff options
Diffstat (limited to 'dix/colormap_priv.h')
-rw-r--r-- | dix/colormap_priv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dix/colormap_priv.h b/dix/colormap_priv.h index dbdffb8d0..55054ea0f 100644 --- a/dix/colormap_priv.h +++ b/dix/colormap_priv.h @@ -5,6 +5,12 @@ #ifndef _XSERVER_DIX_COLORMAP_PRIV_H #define _XSERVER_DIX_COLORMAP_PRIV_H +#include "dix/screenint_priv.h" +#include "include/colormap.h" + typedef struct _CMEntry *EntryPtr; +int CreateColormap(Colormap mid, ScreenPtr pScreen, VisualPtr pVisual, + ColormapPtr *ppcmap, int alloc, int client); + #endif /* _XSERVER_DIX_COLORMAP_PRIV_H */ |