From 8937cd992de624fb53b69277a05ddb3e938f9eab Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 10 Oct 2019 15:12:34 -0400 Subject: [PATCH] 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; }; -- 2.30.2