forked from AuroraMiddleware/gtk
broadway: Use SOURCE operator when scrolling
This commit is contained in:
parent
9e65be6c48
commit
dfbabfbd6d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user