From 943dd6ad99670c283a6869ea6c5f751acbd73134 Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Thu, 23 Aug 2007 12:15:03 -0400 Subject: 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 57f7f2a5327a2d967a726bb4706e4f6b2f4b2cea. --- fb/fbpict.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fb') diff --git a/fb/fbpict.c b/fb/fbpict.c index 8a146ddaa..85b5171c5 100644 --- a/fb/fbpict.c +++ b/fb/fbpict.c @@ -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 * -- cgit v1.2.3