https://bugs.freedesktop.org/show_bug.cgi?id=72931

Kristian Høgsberg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Kristian Høgsberg <[email protected]> ---
Crash fixed by

commit 9046d2424ab388a0acde1bf0a0c51e292d146f9f
Author: Kristian Høgsberg <[email protected]>
Date:   Fri Jan 10 00:25:30 2014 -0800

    shell: Orphan child windows when a shell surface is destroyed

    We now track the child surfaces of a shell surface and the child surfaces
    have a pointer back to their parent.  We need to clean all this up and
    NULL out the childrens parent pointers when a shell surface is destroyed.

    Closes: https://bugs.freedesktop.org/show_bug.cgi?id=72931

and stuck tooltip fixed by

commit b637a40df950398cb0b4ab7f77f73fc7e7886fe8
Author: Kristian Høgsberg <[email protected]>
Date:   Fri Jan 10 00:27:35 2014 -0800

    window: Properly destroy tooltip windows when parent window is destroyed

    If we destroy a window with an active tooltip, we leave the tooltip
    hanging around.  Call tooltip destructor when destroying a window.
    This fixes the stuck tooltip observed when unplugging a monitor with
    an active tooltip on the panel.

    Closes: https://bugs.freedesktop.org/show_bug.cgi?id=72931

-- 
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

Reply via email to