summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-08-22 09:02:03 -0700
committerEric Anholt <eric@anholt.net>2007-08-22 09:02:03 -0700
commit57f7f2a5327a2d967a726bb4706e4f6b2f4b2cea (patch)
treeca2d691ec14958a37d01a307eb022377c229c972 /fb
parentd0dc9698ae4324d44ed4c0482d6858d0b73bff33 (diff)
Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"
The corresponding pixman code hasn't been pushed, so revert until the code is ready. This reverts commit 53941c8e68014619d3ded7f8bc0f07d9a38bb9b1.
Diffstat (limited to 'fb')
-rw-r--r--fb/fbpict.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fb/fbpict.c b/fb/fbpict.c
index 85b5171c5..8a146ddaa 100644
--- a/fb/fbpict.c
+++ b/fb/fbpict.c
@@ -397,7 +397,6 @@ 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 *