Merge branch 'wip/wayland-dont-respond-to-destroyed-surface-configure' into 'master'

wayland/surface: Clear has_uncommitted_ack_configure when hiding

Closes #3262

See merge request GNOME/gtk!2696
This commit is contained in:
Matthias Clasen 2020-10-15 14:25:55 +00:00
commit 5c8663e383

View File

@ -2799,6 +2799,8 @@ gdk_wayland_surface_hide_surface (GdkSurface *surface)
g_clear_pointer (&impl->popup.layout, gdk_popup_layout_unref);
}
impl->has_uncommitted_ack_configure = FALSE;
unset_transient_for_exported (surface);
_gdk_wayland_surface_clear_saved_size (surface);