summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-28 20:21:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 20:21:09 -0500
commitb2d8a6c089730ab90d0e5e291895ef1dc0bc311b (patch)
treeb85bc13f342b07899993b6363f7f6eed3d20e633
parent0f2ccba533ab01e955e6e9becbb2a687f6206909 (diff)
downloadpango-b2d8a6c089730ab90d0e5e291895ef1dc0bc311b.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;
}