summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-28 20:21:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-13 14:27:16 -0600
commit484684294ff9e2f583fbaec7e58ee6d9dea43eb1 (patch)
tree6efaf6d08dcea4cde7f3c235a8d4602a6eea69ef
parent0b285d9cb8267e93052167c3022190895622af1c (diff)
downloadpango-484684294ff9e2f583fbaec7e58ee6d9dea43eb1.tar.gz
cairoshape: fixup
-rw-r--r--examples/cairoshape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cairoshape.c b/examples/cairoshape.c
index 6a4d30e4..85e77da4 100644
--- a/examples/cairoshape.c
+++ b/examples/cairoshape.c
@@ -210,7 +210,7 @@ glyph_info_cb (PangoUserFace *face,
*h_advance = size;
*v_advance = size;
- *is_color = FALSE;
+ *is_color = glyph == 0x2665;
return TRUE;
}