mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 01:20:10 +01:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -139,8 +139,6 @@ int main(int argc, char *argv[], char *envp[])
|
|||
|
||||
InitRegions();
|
||||
|
||||
pixman_disable_out_of_bounds_workaround();
|
||||
|
||||
CheckUserParameters(argc, argv, envp);
|
||||
|
||||
CheckUserAuthorization();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue