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 {
|
typedef struct _IndexFormat {
|
||||||
VisualID vid;
|
VisualID vid;
|
||||||
ColormapPtr pColormap;
|
|
||||||
int nvalues;
|
int nvalues;
|
||||||
|
ColormapPtr pColormap;
|
||||||
xIndexValue *pValues;
|
xIndexValue *pValues;
|
||||||
void *devPrivate;
|
void *devPrivate;
|
||||||
} IndexFormatRec;
|
} IndexFormatRec;
|
||||||
|
|
Loading…
Reference in New Issue