diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-22 14:55:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-22 14:55:32 +0200 |
commit | cdbfc3338bcaef113ef013a8234ad668eea22a3c (patch) | |
tree | a2fce5ac671a45f34d2a64fffbcada17c82febbe /include/sway/tree/view.h | |
parent | ef532154c342ebddc6bc85086521790e265803bc (diff) | |
parent | 6deb7268738699ba9d654db5aba53866184f1fda (diff) |
Merge pull request #2924 from RyanDwyer/fix-qt-menu-crash
Fix crash when quitting a QT app on the wayland backend using menu
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r-- | include/sway/tree/view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index dc1f0b02..a0b4dd46 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -226,7 +226,6 @@ struct sway_view_child { struct wl_listener surface_map; struct wl_listener surface_unmap; struct wl_listener surface_destroy; - struct wl_listener view_unmap; }; struct sway_xdg_popup_v6 { |