[pango/pango2: 3/5] pangocairo-font.c: Fix DirectWrite build




commit 7eff14d8815c3774c049fc6645234134b992a043
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]