[PATCH 08/13] render: Reshuffle and cull dead field from GlyphSetRec
Adam Jackson
ajax at redhat.com
Tue Nov 23 11:45:43 PST 2010
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
render/glyphstr.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/render/glyphstr.h b/render/glyphstr.h
index fb66b61..36c35f0 100644
--- a/render/glyphstr.h
+++ b/render/glyphstr.h
@@ -70,10 +70,9 @@ typedef struct _GlyphHash {
typedef struct _GlyphSet {
CARD32 refcnt;
- PictFormatPtr format;
int fdepth;
+ PictFormatPtr format;
GlyphHashRec hash;
- int maxPrivate;
PrivateRec *devPrivates;
} GlyphSetRec, *GlyphSetPtr;
--
1.7.3.1
More information about the xorg-devel
mailing list