https://bugs.freedesktop.org/show_bug.cgi?id=72946
Kristian Høgsberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Kristian Høgsberg <[email protected]> --- (In reply to comment #2) > I think Xiong sent a patch to the list that fixes this issue: > > http://lists.freedesktop.org/archives/wayland-devel/2014-March/013567.html Indeed, that fixes it: commit 62899f512482241cbadf472840a2a2f38c907378 Author: Xiong Zhang <[email protected]> Date: Fri Mar 7 16:27:19 2014 +0800 shell.c: Set dirty for visible views on destroyed output The geometry for visible views will keep unchanged, weston_view_set_position() doesn't mark these views as dirty. So there is no chance for them to reassign output, then these views will disappear. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=72946 Signed-off-by: Xiong Zhang <[email protected]> -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
