wayland: Drop cairo surfaces when withdrawing
authorOlivier Fourdan <ofourdan@redhat.com>
Tue, 30 Jan 2018 12:57:35 +0000 (13:57 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 3 Apr 2018 07:41:09 +0000 (08:41 +0100)
commitdba206db20c776a2ee89943a8c9b75820d2900a4
treec0553de8828cfb3690189eb639b32fb9f1704489
parentf3c95967b9e3850ffc86043cd61cf0f7ba85fb92
wayland: Drop cairo surfaces when withdrawing

If a window is unmapped by the client while gdk is processing updates,
(for example Firefox un-mapping its window on Expose events), the
windowing backend resources might be lost (for example with Wayland)
which can cause a crash in end_paint().

Make sure we drop the cairo surfaces as well when hiding the surface,
that will avoid the crash in gdk_window_impl_wayland_end_paint() when
trying to attach the staging cairo surface to a released wl_surface,
these will be recreated when needed when the surface becomes visible
again and there is no need to keep such buffers around for a surface
which is not visible anyway.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=793062
Origin: upstream, 3.22.30, commit:3bd7b379c8d2c7e57ce22501420791c4bfcf24ca

Gbp-Pq: Name 0013-wayland-Drop-cairo-surfaces-when-withdrawing.patch
gdk/wayland/gdkwindow-wayland.c