mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-05 14:40:30 +01:00
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:
parent
729457b174
commit
7651227d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue