gl: Shrink CachedGlyph structs slightly

Plug a hole in this struct.
This commit is contained in:
Matthias Clasen 2019-10-10 15:12:34 -04:00
parent e296c6a356
commit 8937cd992d

View File

@ -44,8 +44,8 @@ struct _GskGLCachedGlyph
int draw_width;
int draw_height;
guint64 timestamp;
guint used: 1;
guint64 timestamp;
};