From: Matthias Clasen Date: Thu, 10 Oct 2019 19:12:34 +0000 (-0400) Subject: gl: Shrink CachedGlyph structs slightly X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~742 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8937cd992de624fb53b69277a05ddb3e938f9eab;p=gtk4.git gl: Shrink CachedGlyph structs slightly Plug a hole in this struct. --- 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; };