diff --git a/render/picturestr.h b/render/picturestr.h index 2307fc26c..38a27a1db 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -39,8 +39,8 @@ typedef struct _DirectFormat { typedef struct _IndexFormat { VisualID vid; - ColormapPtr pColormap; int nvalues; + ColormapPtr pColormap; xIndexValue *pValues; void *devPrivate; } IndexFormatRec;