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>
This commit is contained in:
Søren Sandmann Pedersen 2011-05-25 12:14:05 -04:00
parent b6c7b9b2f3
commit 8d84fd2566

View File

@ -139,8 +139,6 @@ int main(int argc, char *argv[], char *envp[])
InitRegions();
pixman_disable_out_of_bounds_workaround();
CheckUserParameters(argc, argv, envp);
CheckUserAuthorization();