gl: Shrink CachedGlyph structs slightly
Plug a hole in this struct.
This commit is contained in:
@@ -44,8 +44,8 @@ struct _GskGLCachedGlyph
|
||||
int draw_width;
|
||||
int draw_height;
|
||||
|
||||
guint64 timestamp;
|
||||
guint used: 1;
|
||||
guint64 timestamp;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user