mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"" since the pixman changes have been pushed now.
This reverts commit 57f7f2a532.
This commit is contained in:
parent
13949f9972
commit
943dd6ad99
2 changed files with 2 additions and 1 deletions
|
|
@ -397,6 +397,7 @@ set_image_properties (pixman_image_t *image, PicturePtr pict)
|
|||
}
|
||||
|
||||
pixman_image_set_filter (image, filter, (pixman_fixed_t *)pict->filter_params, pict->filter_nparams);
|
||||
pixman_image_set_source_clipping (image, TRUE);
|
||||
}
|
||||
|
||||
pixman_image_t *
|
||||
|
|
|
|||
Loading…
Reference in a new issue