mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
gl: Shrink CachedGlyph structs slightly
Plug a hole in this struct.
This commit is contained in:
parent
e296c6a356
commit
8937cd992d
@ -44,8 +44,8 @@ struct _GskGLCachedGlyph
|
||||
int draw_width;
|
||||
int draw_height;
|
||||
|
||||
guint64 timestamp;
|
||||
guint used: 1;
|
||||
guint64 timestamp;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user