Revert "[test] Make the xlib-fallback use the image refs."

This reverts commit 903b39c304.

The xlib-fallback actually renders mostly via traps at the moment,
so staying with xlib refs is the right thing to do.
This commit is contained in:
M Joonas Pihlaja 2009-06-19 02:03:39 +03:00
parent 729457b174
commit 7651227d3d

View file

@ -574,7 +574,7 @@ static const cairo_boilerplate_target_t targets[] =
/* This is a fallback surface which uses xlib fallbacks instead of
* the Render extension. */
{
"xlib-fallback", "image", NULL,
"xlib-fallback", "xlib", NULL,
CAIRO_SURFACE_TYPE_XLIB, CAIRO_CONTENT_COLOR, 1,
_cairo_boilerplate_xlib_fallback_create_surface, NULL,
NULL,