Skip to content

wayland: Mark opaque_region as dirty on hide

David Edmundson requested to merge david2/gtk:work/reset_opaque into master

Otherwise if we hide and show a window we recreate a new surface, breaking the compositor's association, but potentially not resend this data for the new surface. This matches what we do for input_region.

Merge request reports