mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-09 00:40:22 +01:00
Get rid of all mention of Xrender.
This commit is contained in:
parent
7b5270441b
commit
cb1e64d7bc
2 changed files with 1 additions and 4 deletions
|
|
@ -141,7 +141,7 @@ struct _IcImage {
|
|||
IcTransform *transform;
|
||||
|
||||
int filter;
|
||||
XFixed *filter_params;
|
||||
IcFixed16_16 *filter_params;
|
||||
int filter_nparams;
|
||||
|
||||
int owns_pixels;
|
||||
|
|
|
|||
|
|
@ -30,9 +30,6 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
/* Need definitions for XFixed, etc. */
|
||||
#include "X11/extensions/Xrender.h"
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue