[PATCH 09/13] render: Reshuffle GlyphNewRec to pack a hole

Adam Jackson ajax at redhat.com
Tue Nov 23 11:45:44 PST 2010


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 render/render.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/render/render.c b/render/render.c
index ea059eb..6aa2408 100644
--- a/render/render.c
+++ b/render/render.c
@@ -1017,8 +1017,8 @@ ProcRenderFreeGlyphSet (ClientPtr client)
 
 typedef struct _GlyphNew {
     Glyph	    id;
-    GlyphPtr        glyph;
     Bool	    found;
+    GlyphPtr        glyph;
     unsigned char   sha1[16];
 } GlyphNewRec, *GlyphNewPtr;
 
-- 
1.7.3.1



More information about the xorg-devel mailing list