From: Kristian Høgsberg Date: Wed, 8 Sep 2010 02:01:32 +0000 (-0400) Subject: Dont post damage event from window_copy_surface X-Git-Tag: 0.85.0~429 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab2f1cddc60132ebe3b3cad466a408b803c990c3;p=profile%2Fivi%2Fwayland.git Dont post damage event from window_copy_surface We always call this between window_draw() and attaching the window surface so the surface we're copying to isn't visible. --- diff --git a/clients/window.c b/clients/window.c index 9354f18..f1b435b 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