[pango/pango2-windows: 125/130] pango-fontmap.c: Fix build on Windows




commit 15fd8819650e37e4a9f1abb0ab3fb69e2c456d1d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jun 9 15:47:57 2022 +0800

    pango-fontmap.c: Fix build on Windows
    
    We need to make sure that we include the correct headers for DirectWrite
    support, due to the renaming done.

 pango/pango-fontmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index cd70e1b55..329e7146c 100644
--- a/pango/pango-fontmap.c
+++ b/pango/pango-fontmap.c
@@ -41,7 +41,7 @@
 #endif
 
 #ifdef HAVE_DIRECT_WRITE
-#include "pangodwrite-hbfontmap.h"
+#include "pangodwrite-fontmap.h"
 #endif
 
 #ifdef HAVE_FONTCONFIG


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]