From e34807408f1454ab273cb0d0f274080ff23080fc Mon Sep 17 00:00:00 2001 From: Herman Semenov Date: Sun, 22 Jun 2025 23:55:34 +0300 Subject: [PATCH] render: _IndexFormat reduced size from 48 to 32 bytes --- render/picturestr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;