[pango/pango2-windows: 16/16] pangocairo-font.c: Fix DirectWrite build
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2-windows: 16/16] pangocairo-font.c: Fix DirectWrite build
- Date: Mon, 27 Jun 2022 04:40:22 +0000 (UTC)
commit bbed21fb7580d0149ad283ca707653d30100474e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jun 27 12:38:26 2022 +0800
pangocairo-font.c: Fix DirectWrite build
The function called has been renamed. Update accordingly.
pango2/pangocairo-font.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango2/pangocairo-font.c b/pango2/pangocairo-font.c
index 6536671de..b9103d977 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]