broadway: Use SOURCE operator when scrolling

This commit is contained in:
Alexander Larsson 2012-12-19 22:27:08 +01:00
parent 9e65be6c48
commit dfbabfbd6d

View File

@ -1338,6 +1338,7 @@ copy_region (cairo_surface_t *surface,
cairo_t *cr;
cr = cairo_create (surface);
cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
_cairo_region (cr, area);
cairo_clip (cr);