summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2011-11-12 23:37:29 -0500
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-05-26 09:41:03 -0400
commitd21b963b91341fdfbfa85b8b9103fef33ef56b53 (patch)
tree6bc83303c169bee62602615467dc9435fdfb0394
parent5148de1b1348b19c435645e6217fb8ab688abb70 (diff)
set max width to 16384
-rw-r--r--pixman/pixman-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h
index 010b57c0..182b1b72 100644
--- a/pixman/pixman-private.h
+++ b/pixman/pixman-private.h
@@ -598,7 +598,7 @@ _pixman_implementation_iter_init (pixman_implementation_t *imp,
* can use this fact to allocate fixed-size buffers for auxiliary
* information
*/
-#define MAX_WIDTH 1024
+#define MAX_WIDTH 16384
pixman_implementation_t *
_pixman_implementation_create_general (void);