mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 03:50:14 +01:00
render: Reshuffle and cull dead field from GlyphSetRec
Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
606e079cc4
commit
87f5b843a0
1 changed files with 1 additions and 2 deletions
|
|
@ -71,10 +71,9 @@ typedef struct _GlyphHash {
|
|||
|
||||
typedef struct _GlyphSet {
|
||||
CARD32 refcnt;
|
||||
PictFormatPtr format;
|
||||
int fdepth;
|
||||
PictFormatPtr format;
|
||||
GlyphHashRec hash;
|
||||
int maxPrivate;
|
||||
PrivateRec *devPrivates;
|
||||
} GlyphSetRec, *GlyphSetPtr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue