summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-21 23:38:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-21 23:38:21 +0000
commitfae75488df45af8368f1257fb426c7f50647a216 (patch)
treeb1622aae7e9802f1e29ecf6416e455ad368486ab
parent33a01668d50f493352eda749f7b6edba8d490bf6 (diff)
downloadpango-fae75488df45af8368f1257fb426c7f50647a216.tar.gz
Bug 468953 – pango-renderer.c: using function without prototype
2007-08-21 Behdad Esfahbod <behdad@gnome.org> Bug 468953 – pango-renderer.c: using function without prototype * pango/pango-renderer.c: #include <pango-impl-utils.h> svn path=/trunk/; revision=2412
-rw-r--r--ChangeLog6
-rw-r--r--pango/pango-renderer.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 206732e9..9572698f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-08-21 Behdad Esfahbod <behdad@gnome.org>
+ Bug 468953 – pango-renderer.c: using function without prototype
+
+ * pango/pango-renderer.c: #include <pango-impl-utils.h>
+
+2007-08-21 Behdad Esfahbod <behdad@gnome.org>
+
Bug 463430 – Gets stuck while "formatting message"
* pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index 6d134118..c7db5e57 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include "pango-renderer.h"
+#include "pango-impl-utils.h"
#define N_RENDER_PARTS 4