summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2022-06-27 12:38:26 +0800
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:28 -0400
commit7e91a51eb097c4e1266d3a689b2abe6e599ffd29 (patch)
tree83b39553c29e0f947d821848886f44a42d92cc94
parent6f3fede4f4910b249ef7e55b5995c12ac8337482 (diff)
downloadpango-7e91a51eb097c4e1266d3a689b2abe6e599ffd29.tar.gz
pangocairo-font.c: Fix DirectWrite build
The function called has been renamed. Update accordingly.
-rw-r--r--pango2/pangocairo-font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango2/pangocairo-font.c b/pango2/pangocairo-font.c
index 6536671d..b9103d97 100644
--- a/pango2/pangocairo-font.c
+++ b/pango2/pangocairo-font.c
@@ -78,7 +78,7 @@ create_cairo_font_face (Pango2Font *font)
#endif
#ifdef HAVE_DIRECT_WRITE
- cairo_face = create_dwrite_font_face (font);
+ cairo_face = create_cairo_dwrite_font_face (font);
if (cairo_face)
return cairo_face;
#endif