From 6b0d3433b7073ece1f7959475e6058911dc382ad Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Mon, 31 Jul 2006 08:53:57 -0700 Subject: [PATCH] XCB: XCBRenderTRAP was renamed to XCBRenderTRAPEZOID. --- src/cairo-xcb-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c index 15e45e8d9..7e379cf24 100644 --- a/src/cairo-xcb-surface.c +++ b/src/cairo-xcb-surface.c @@ -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);