diff --git a/clients/window.c b/clients/window.c index 9354f180..f1b435b1 100644 --- a/clients/window.c +++ b/clients/window.c @@ -873,10 +873,6 @@ window_copy_surface(struct window *window, cairo_paint (cr); cairo_destroy (cr); - - wl_surface_damage(window->surface, - rectangle->x, rectangle->y, - rectangle->width, rectangle->height); } static gboolean