mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
xcb: Check the right flag for FillRectangles
Fixes: operator-source Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b33d83ad49
commit
0ccbb83eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -2410,7 +2410,7 @@ _cairo_xcb_surface_clear (cairo_xcb_surface_t *dst)
|
|||
rect.width = dst->width;
|
||||
rect.height = dst->height;
|
||||
|
||||
if (dst->connection->flags & CAIRO_XCB_RENDER_HAS_COMPOSITE) {
|
||||
if (dst->connection->flags & CAIRO_XCB_RENDER_HAS_FILL_RECTANGLES) {
|
||||
xcb_render_color_t color;
|
||||
uint8_t op;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue