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 53941c8e68
.
This commit is contained in:
parent
d0dc9698ae
commit
57f7f2a532
|
@ -624,7 +624,7 @@ XEXT_INC='-I$(top_srcdir)/Xext'
|
||||||
XEXT_LIB='$(top_builddir)/Xext/libXext.la'
|
XEXT_LIB='$(top_builddir)/Xext/libXext.la'
|
||||||
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
|
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
|
||||||
|
|
||||||
PIXMAN="[pixman-1 >= 0.9.5]"
|
PIXMAN="[pixman-1 >= 0.9.4]"
|
||||||
PKG_CHECK_MODULES(PIXMAN, $PIXMAN)
|
PKG_CHECK_MODULES(PIXMAN, $PIXMAN)
|
||||||
AC_SUBST(PIXMAN_CFLAGS)
|
AC_SUBST(PIXMAN_CFLAGS)
|
||||||
|
|
||||||
|
|
|
@ -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_filter (image, filter, (pixman_fixed_t *)pict->filter_params, pict->filter_nparams);
|
||||||
pixman_image_set_source_clipping (image, TRUE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pixman_image_t *
|
pixman_image_t *
|
||||||
|
|
Loading…
Reference in New Issue