[PATCH] Don't call pixman_disable_out_of_bounds_workaround() anymore.

Søren Sandmann sandmann at cs.au.dk
Tue May 3 03:36:26 PDT 2011


From: Søren Sandmann Pedersen <ssp at redhat.com>

Pixman used to have a workaround for a bug in old X servers, and this
function was used to disable that workaround in servers known to be
fixed.

In current versions of pixman, including the version the X server
depends on, the workaround doesn't exist anymore, so there is no point
disabling it.

Signed-off-by: Søren Sandmann <ssp at redhat.com>
---
 dix/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dix/main.c b/dix/main.c
index 31e2d48..702176d 100644
--- a/dix/main.c
+++ b/dix/main.c
@@ -139,8 +139,6 @@ int main(int argc, char *argv[], char *envp[])
 
     InitRegions();
 
-    pixman_disable_out_of_bounds_workaround();
-
     CheckUserParameters(argc, argv, envp);
 
     CheckUserAuthorization();
-- 
1.7.4



More information about the xorg-devel mailing list