summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}