mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Fix segfault when destroying unmapped child view
This commit is contained in:
parent
f737854e30
commit
b98563d2d7
2 changed files with 10 additions and 3 deletions
|
|
@ -195,6 +195,7 @@ struct sway_view_child {
|
|||
|
||||
struct sway_view *view;
|
||||
struct wlr_surface *surface;
|
||||
bool mapped;
|
||||
|
||||
struct wl_listener surface_commit;
|
||||
struct wl_listener surface_new_subsurface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue