From: Søren Sandmann Pedersen <[email protected]>

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 <[email protected]>
---
 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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to