diff options
Diffstat (limited to 'test/xcomposite-projection.c')
-rw-r--r-- | test/xcomposite-projection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xcomposite-projection.c b/test/xcomposite-projection.c index 2beb6612..f36697ac 100644 --- a/test/xcomposite-projection.c +++ b/test/xcomposite-projection.c @@ -76,6 +76,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (xcomposite_projection, "Test a bug with XRenderComposite reference computation when projecting the first trapezoid onto 16.16 space", "xlib", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 300, 150, NULL, draw) |