diff --git a/pixman/src/icimage.h b/pixman/src/icimage.h index e38243cd7..7fac64cbd 100644 --- a/pixman/src/icimage.h +++ b/pixman/src/icimage.h @@ -141,7 +141,7 @@ struct _IcImage { IcTransform *transform; int filter; - XFixed *filter_params; + IcFixed16_16 *filter_params; int filter_nparams; int owns_pixels; diff --git a/pixman/src/icint.h b/pixman/src/icint.h index f76dcf9b1..a92ff4f7d 100644 --- a/pixman/src/icint.h +++ b/pixman/src/icint.h @@ -30,9 +30,6 @@ #include #include -/* Need definitions for XFixed, etc. */ -#include "X11/extensions/Xrender.h" - #include #include