Merge branch 'work/reset_opaque' into 'master'

wayland: Mark opaque_region as dirty on hide

See merge request GNOME/gtk!4020
This commit is contained in:
Jonas Ådahl 2021-10-18 13:45:32 +00:00
commit 6067a556d7

View File

@ -2998,6 +2998,7 @@ gdk_wayland_surface_hide_surface (GdkSurface *surface)
impl->has_uncommitted_ack_configure = FALSE;
impl->input_region_dirty = TRUE;
impl->opaque_region_dirty = TRUE;
unset_transient_for_exported (surface);