summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-05-05 23:27:13 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-05-05 23:27:13 +0000
commit4dc83c64fce801f283a4243f7b87cd7c307d2472 (patch)
tree9bfd847c061373657ac9df142625a0b8ee3af345 /src
parent2ed144d6124b34dbabcf7647fd31c4fa5a51550c (diff)
- missed these, too
Diffstat (limited to 'src')
-rw-r--r--src/vteft2.h1
-rw-r--r--src/vtepango.h1
-rw-r--r--src/vtepangox.h1
-rw-r--r--src/vteskel.h1
-rw-r--r--src/vtexft.c3
-rw-r--r--src/vtexft.h1
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