summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2007-08-21 14:26:14 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2007-08-21 14:26:14 -0400
commit53941c8e68014619d3ded7f8bc0f07d9a38bb9b1 (patch)
tree29fa097700dc806e45d6f21e79dbfd410751f757 /fb
parent6a32a96d8df184c3ace4847beb48fdcb846d2286 (diff)
Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix
bug 11620 (reported by Jens Stroebel.
Diffstat (limited to 'fb')
-rw-r--r--fb/fbpict.c1
1 files changed, 1 insertions, 0 deletions
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 *