From 8d84fd2566f8466b6152724df7eefc73780df093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 25 May 2011 12:14:05 -0400 Subject: [PATCH] Don't call pixman_disable_out_of_bounds_workaround() anymore 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. Since 0.22, which the X server depends on, the workaround doesn't exist anymore, so there is no point disabling it. Reviewed-by: Cyril Brulebois Signed-off-by: Soren Sandmann --- dix/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dix/main.c b/dix/main.c index bc958b896..955b7ea9e 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();