mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-10 08:21:15 -04:00
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.
This commit is contained in:
parent
7d804068b6
commit
ab2f1cddc6
1 changed files with 0 additions and 4 deletions
|
|
@ -873,10 +873,6 @@ window_copy_surface(struct window *window,
|
||||||
|
|
||||||
cairo_paint (cr);
|
cairo_paint (cr);
|
||||||
cairo_destroy (cr);
|
cairo_destroy (cr);
|
||||||
|
|
||||||
wl_surface_damage(window->surface,
|
|
||||||
rectangle->x, rectangle->y,
|
|
||||||
rectangle->width, rectangle->height);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue