gl: Shrink CachedGlyph structs slightly
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Oct 2019 19:12:34 +0000 (15:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 Oct 2019 20:15:14 +0000 (16:15 -0400)
Plug a hole in this struct.

gsk/gl/gskglglyphcacheprivate.h

index 8d669df6e1aa42f3038bb0927af782e008f3d81f..aca44c9835b3b6e1b57d1f278dc0a7d81f37f8b7 100644 (file)
@@ -44,8 +44,8 @@ struct _GskGLCachedGlyph
   int draw_width;
   int draw_height;
 
-  guint64 timestamp;
   guint used: 1;
+  guint64 timestamp;
 };