render: _IndexFormat reduced size from 48 to 32 bytes

This commit is contained in:
Herman Semenov 2025-06-22 23:55:34 +03:00
parent d62171cdcb
commit e34807408f
No known key found for this signature in database
GPG Key ID: D3AB1D2A4576D55E

View File

@ -39,8 +39,8 @@ typedef struct _DirectFormat {
typedef struct _IndexFormat {
VisualID vid;
ColormapPtr pColormap;
int nvalues;
ColormapPtr pColormap;
xIndexValue *pValues;
void *devPrivate;
} IndexFormatRec;