summaryrefslogtreecommitdiff
path: root/dix/main.c
diff options
context:
space:
mode:
authorSoren Sandmann Pedersen <ssp@redhat.com>2009-08-11 14:40:42 -0400
committerSoren Sandmann Pedersen <ssp@redhat.com>2009-08-11 14:40:42 -0400
commit211511f150ce189681aff176c311fa8f312517e9 (patch)
treefcff09c6998a23f797d690a3744b4e21cc9e2a96 /dix/main.c
parent93d9646c713336e03c135204c061f561d3654e23 (diff)
Disable the out-of-bounds workaround in pixman.
This workaround was necessary for older X servers, but now fb should be using correct coordinates. Also bump pixman requirement to 0.15.20.
Diffstat (limited to 'dix/main.c')
-rw-r--r--dix/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dix/main.c b/dix/main.c
index 94c252af3..f96245a4b 100644
--- a/dix/main.c
+++ b/dix/main.c
@@ -82,6 +82,7 @@ Equipment Corporation.
#include <X11/X.h>
#include <X11/Xos.h> /* for unistd.h */
#include <X11/Xproto.h>
+#include <pixman.h>
#include "scrnintstr.h"
#include "misc.h"
#include "os.h"
@@ -138,6 +139,8 @@ int main(int argc, char *argv[], char *envp[])
InitRegions();
+ pixman_disable_out_of_bounds_workaround();
+
CheckUserParameters(argc, argv, envp);
CheckUserAuthorization();