summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-04-08 22:31:43 +0000
committerManish Singh <yosh@src.gnome.org>2005-04-08 22:31:43 +0000
commitccdec1a1a60344509b3b012920a075f0ef189ac2 (patch)
tree2ad597ede1459eb98cb0ee28e896b46e4f637d8a
parent06b2da2f96826b141606df67f5b316d08e250a68 (diff)
downloadpango-ccdec1a1a60344509b3b012920a075f0ef189ac2.tar.gz
#include <pixman.h> since the cairo headers don't include it for us
Fri Apr 8 15:30:55 2005 Manish Singh <yosh@gimp.org> * examples/cairoview.c: #include <pixman.h> since the cairo headers don't include it for us anymore.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--examples/cairoview.c1
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 787e6df1..70a87ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 8 15:30:55 2005 Manish Singh <yosh@gimp.org>
+
+ * examples/cairoview.c: #include <pixman.h> since the cairo headers
+ don't include it for us anymore.
+
2005-04-08 Owen Taylor <otaylor@redhat.com>
* pango/pangocairo-font.c (_pango_cairo_font_install): Remove
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 787e6df1..70a87ca4 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Fri Apr 8 15:30:55 2005 Manish Singh <yosh@gimp.org>
+
+ * examples/cairoview.c: #include <pixman.h> since the cairo headers
+ don't include it for us anymore.
+
2005-04-08 Owen Taylor <otaylor@redhat.com>
* pango/pangocairo-font.c (_pango_cairo_font_install): Remove
diff --git a/examples/cairoview.c b/examples/cairoview.c
index 9d5f9ff8..ec99d7ac 100644
--- a/examples/cairoview.c
+++ b/examples/cairoview.c
@@ -30,6 +30,7 @@
#include <pango/pangocairo.h>
#include <cairo-xlib.h>
+#include <pixman.h>
static pixman_region16_t *update_region = NULL;
static PangoContext *context;