From 7651227d3dfe4ebf40e95a72106957a9ec51dd3e Mon Sep 17 00:00:00 2001 From: M Joonas Pihlaja Date: Fri, 19 Jun 2009 02:03:39 +0300 Subject: [PATCH] Revert "[test] Make the xlib-fallback use the image refs." This reverts commit 903b39c30448d62e2cbf9d075c5256a333bd5d8f. The xlib-fallback actually renders mostly via traps at the moment, so staying with xlib refs is the right thing to do. --- boilerplate/cairo-boilerplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/cairo-boilerplate.c b/boilerplate/cairo-boilerplate.c index 11c0833cf..0a9ab62ad 100644 --- a/boilerplate/cairo-boilerplate.c +++ b/boilerplate/cairo-boilerplate.c @@ -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,