mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
boilerplate: rename xcb-render-0.0 to xcb-render-0_0
The test suite uses dots to separate the backend name from the content type. Thus, the backend name must not contain any dots. The xlib backend already calls its RENDER 0.0 target xlib-render-0_0 for this reason. This commit makes the xcb backend match this. Reported-by: Darxus <darxus@chaosreigns.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
caf50c07e2
commit
b7c06fff1f
1 changed files with 2 additions and 2 deletions
|
|
@ -828,7 +828,7 @@ static const cairo_boilerplate_target_t targets[] = {
|
|||
FALSE, FALSE, FALSE
|
||||
},
|
||||
{
|
||||
"xcb-render-0.0", "xlib-fallback", NULL, NULL,
|
||||
"xcb-render-0_0", "xlib-fallback", NULL, NULL,
|
||||
CAIRO_SURFACE_TYPE_XCB, CAIRO_CONTENT_COLOR_ALPHA, 1,
|
||||
"cairo_xcb_surface_create_with_xrender_format",
|
||||
_cairo_boilerplate_xcb_create_render_0_0,
|
||||
|
|
@ -843,7 +843,7 @@ static const cairo_boilerplate_target_t targets[] = {
|
|||
FALSE, FALSE, FALSE
|
||||
},
|
||||
{
|
||||
"xcb-render-0.0", "xlib-fallback", NULL, NULL,
|
||||
"xcb-render-0_0", "xlib-fallback", NULL, NULL,
|
||||
CAIRO_SURFACE_TYPE_XCB, CAIRO_CONTENT_COLOR, 1,
|
||||
"cairo_xcb_surface_create_with_xrender_format",
|
||||
_cairo_boilerplate_xcb_create_render_0_0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue