[Wayland-bugs] [Bug 759299] wayland: possible infinite loop in gdkwindow-wayland
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Dec 15 06:19:04 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=759299
--- Comment #8 from Olivier Fourdan <ofourdan at redhat.com> ---
Created attachment 317426
--> https://bugzilla.gnome.org/attachment.cgi?id=317426&action=edit
wayland: Check transient loop
Note, this patch tries to avoid the problem by setting the transient
relationship before checking for a possible loop. If such a loop is found, the
previous transient value is restored.
Yet, because unmap_subsurface() is called first and also uses transient_for, we
need to proceed till the end of the function
gdk_wayland_window_set_transient_for() as if we modified the transient, even if
the value is not changed so that the subsurface has a chance to be recreated if
needed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20151215/8c23b76a/attachment.html>
More information about the wayland-bugs
mailing list