summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2011-05-25 12:14:05 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2011-05-25 12:14:05 -0400
commit8d84fd2566f8466b6152724df7eefc73780df093 (patch)
treed08374daf0685ae1c0428b66974d98625fc9e08b /dix
parentb6c7b9b2f39e970cedb6bc1e073f901e28cb0fa3 (diff)
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 <kibi at debian.org> Signed-off-by: Soren Sandmann <sandmann@cs.au.dk>
Diffstat (limited to 'dix')
-rw-r--r--dix/main.c2
1 files changed, 0 insertions, 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();