[gtk] gl: Shrink CachedGlyph structs slightly



commit 8937cd992de624fb53b69277a05ddb3e938f9eab
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 8d669df6e1..aca44c9835 100644
--- a/gsk/gl/gskglglyphcacheprivate.h
+++ b/gsk/gl/gskglglyphcacheprivate.h
@@ -44,8 +44,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]