swayfx/sway/tree
Ryan Dwyer 6deb726873 Fix crash when quitting a QT app on the wayland backend using menu
QT unmaps the view before destroying the popup. We destroyed the popup
in response to the view unmapping, but then we'd attempt to destroy it a
second time which caused a crash.

The patch removes the listener.

I tested it with GTK as well, and can confirm the popup is still being
destroyed.
2018-10-22 18:36:47 +10:00
..
arrange.c Fix crash when view maps while locked 2018-10-13 19:15:04 +10:00
container.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Merge pull request #2870 from RyanDwyer/refactor-input-manager 2018-10-20 08:42:56 +02:00
root.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
view.c Fix crash when quitting a QT app on the wayland backend using menu 2018-10-22 18:36:47 +10:00
workspace.c Make workspace back_and_forth seat-specific 2018-10-21 11:26:22 +10:00