mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 21:58:04 +02:00
XCB: XCBRenderTRAP was renamed to XCBRenderTRAPEZOID.
This commit is contained in:
parent
88675958ef
commit
6b0d3433b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ _cairo_xcb_surface_composite_trapezoids (cairo_operator_t op,
|
|||
render_format.id,
|
||||
render_src_x + attributes.x_offset,
|
||||
render_src_y + attributes.y_offset,
|
||||
num_traps, (XCBRenderTRAP *) traps);
|
||||
num_traps, (XCBRenderTRAPEZOID *) traps);
|
||||
|
||||
_cairo_pattern_release_surface (pattern, &src->base, &attributes);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue