forked from AuroraMiddleware/gtk
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:
commit
6067a556d7
@ -2998,6 +2998,7 @@ gdk_wayland_surface_hide_surface (GdkSurface *surface)
|
|||||||
|
|
||||||
impl->has_uncommitted_ack_configure = FALSE;
|
impl->has_uncommitted_ack_configure = FALSE;
|
||||||
impl->input_region_dirty = TRUE;
|
impl->input_region_dirty = TRUE;
|
||||||
|
impl->opaque_region_dirty = TRUE;
|
||||||
|
|
||||||
unset_transient_for_exported (surface);
|
unset_transient_for_exported (surface);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user