projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e296c6a
)
gl: Shrink CachedGlyph structs slightly
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Oct 2019 19:12:34 +0000
(15:12 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Oct 2019 20:15:14 +0000
(16:15 -0400)
Plug a hole in this struct.
gsk/gl/gskglglyphcacheprivate.h
patch
|
blob
|
history
diff --git
a/gsk/gl/gskglglyphcacheprivate.h
b/gsk/gl/gskglglyphcacheprivate.h
index 8d669df6e1aa42f3038bb0927af782e008f3d81f..aca44c9835b3b6e1b57d1f278dc0a7d81f37f8b7 100644
(file)
--- 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;
};