render: _IndexFormat reduced size from 48 to 32 bytes
This commit is contained in:
parent
d62171cdcb
commit
e34807408f
|
@ -39,8 +39,8 @@ typedef struct _DirectFormat {
|
|||
|
||||
typedef struct _IndexFormat {
|
||||
VisualID vid;
|
||||
ColormapPtr pColormap;
|
||||
int nvalues;
|
||||
ColormapPtr pColormap;
|
||||
xIndexValue *pValues;
|
||||
void *devPrivate;
|
||||
} IndexFormatRec;
|
||||
|
|
Loading…
Reference in New Issue