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:
parent
b6c7b9b2f3
commit
8d84fd2566
|
@ -139,8 +139,6 @@ int main(int argc, char *argv[], char *envp[])
|
||||||
|
|
||||||
InitRegions();
|
InitRegions();
|
||||||
|
|
||||||
pixman_disable_out_of_bounds_workaround();
|
|
||||||
|
|
||||||
CheckUserParameters(argc, argv, envp);
|
CheckUserParameters(argc, argv, envp);
|
||||||
|
|
||||||
CheckUserAuthorization();
|
CheckUserAuthorization();
|
||||||
|
|
Loading…
Reference in New Issue