diff options
-rw-r--r-- | src/vteft2.h | 1 | ||||
-rw-r--r-- | src/vtepango.h | 1 | ||||
-rw-r--r-- | src/vtepangox.h | 1 | ||||
-rw-r--r-- | src/vteskel.h | 1 | ||||
-rw-r--r-- | src/vtexft.c | 3 | ||||
-rw-r--r-- | src/vtexft.h | 1 |
6 files changed, 2 insertions, 6 deletions
diff --git a/src/vteft2.h b/src/vteft2.h index eb3a762..56115eb 100644 --- a/src/vteft2.h +++ b/src/vteft2.h @@ -23,7 +23,6 @@ #ident "$Id$" -#include "../config.h" #include "vtedraw.h" G_BEGIN_DECLS diff --git a/src/vtepango.h b/src/vtepango.h index 7a47b0c..31071bc 100644 --- a/src/vtepango.h +++ b/src/vtepango.h @@ -23,7 +23,6 @@ #ident "$Id$" -#include "../config.h" #include "vtedraw.h" G_BEGIN_DECLS diff --git a/src/vtepangox.h b/src/vtepangox.h index 4f83146..61d7586 100644 --- a/src/vtepangox.h +++ b/src/vtepangox.h @@ -23,7 +23,6 @@ #ident "$Id$" -#include "../config.h" #include "vtedraw.h" G_BEGIN_DECLS diff --git a/src/vteskel.h b/src/vteskel.h index ac4280e..82a6155 100644 --- a/src/vteskel.h +++ b/src/vteskel.h @@ -23,7 +23,6 @@ #ident "$Id$" -#include "../config.h" #include "vtedraw.h" G_BEGIN_DECLS diff --git a/src/vtexft.c b/src/vtexft.c index 5b3a9df..f9d881d 100644 --- a/src/vtexft.c +++ b/src/vtexft.c @@ -84,7 +84,8 @@ _vte_xft_font_open(const PangoFontDescription *fontdesc) GArray *patterns; patterns = g_array_new(TRUE, TRUE, sizeof(FcPattern*)); - if (!_vte_fc_patterns_from_pango_font_desc(fontdesc, patterns)) { + if (!_vte_fc_patterns_from_pango_font_desc(fontdesc, patterns, + NULL, NULL)) { g_array_free(patterns, TRUE); return NULL; } diff --git a/src/vtexft.h b/src/vtexft.h index d1c6aff..b7a9428 100644 --- a/src/vtexft.h +++ b/src/vtexft.h @@ -23,7 +23,6 @@ #ident "$Id$" -#include "../config.h" #include "vtedraw.h" G_BEGIN_DECLS |