projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cbfb0e
)
gltextureatlas: Use more correct debug name for texture
author
Timm Bäder
<mail@baedert.org>
Tue, 17 Dec 2019 08:07:34 +0000
(09:07 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 7 Jan 2020 16:27:16 +0000
(17:27 +0100)
These aren't all glyph atlases anymore.
gsk/gl/gskgltextureatlas.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskgltextureatlas.c
b/gsk/gl/gskgltextureatlas.c
index b974f42fbca27eab3ca498414cb5868c06ffb311..c1e03bc82688d7e672e0c54a202f6266130a5680 100644
(file)
--- a/
gsk/gl/gskgltextureatlas.c
+++ b/
gsk/gl/gskgltextureatlas.c
@@
-304,5
+304,5
@@
gsk_gl_texture_atlas_realize (GskGLTextureAtlas *atlas)
atlas->texture_id = create_shared_texture (atlas->width, atlas->height);
gdk_gl_context_label_object_printf (gdk_gl_context_get_current (),
GL_TEXTURE, atlas->texture_id,
- "
Glyph
atlas %d", atlas->texture_id);
+ "
Texture
atlas %d", atlas->texture_id);
}