[gtk/glyphcache-fiddling] gl: Shrink CachedGlyph structs slightly



commit a2b6966f5137e9145e035edb203fb2a241dff7a8
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 10 15:12:34 2019 -0400

    gl: Shrink CachedGlyph structs slightly
    
    Plug a hole in this struct.

 gsk/gl/gskglglyphcacheprivate.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/gl/gskglglyphcacheprivate.h b/gsk/gl/gskglglyphcacheprivate.h
index 46c7539330..fdd15cfae3 100644
--- a/gsk/gl/gskglglyphcacheprivate.h
+++ b/gsk/gl/gskglglyphcacheprivate.h
@@ -47,8 +47,8 @@ struct _GskGLCachedGlyph
   int draw_width;
   int draw_height;
 
-  guint64 timestamp;
   guint used: 1;
+  guint64 timestamp;
 };
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]