summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2007-08-06 19:00:59 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2007-08-06 19:00:59 -0400
commitaa3c6aaaab213200591d29ddb2921adfb87ee5b4 (patch)
treeb9c6262b97234f1e98752a7261c4e4f5cc6caa6b /render
parent74feba4d77d74979a0ea478d666439ffc55001e5 (diff)
Require pixman-1 0.9.4, update pixman includes to new scheme
Diffstat (limited to 'render')
-rw-r--r--render/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picture.h b/render/picture.h
index 1719587a5..563a81b43 100644
--- a/render/picture.h
+++ b/render/picture.h
@@ -25,7 +25,7 @@
#ifndef _PICTURE_H_
#define _PICTURE_H_
-#include <pixman/pixman.h>
+#include <pixman.h>
typedef struct _DirectFormat *DirectFormatPtr;
typedef struct _PictFormat *PictFormatPtr;