sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 3629a832e5b3a73ccd4e42eca79943af121866da
parent a6c0441ee060c7045b24aff943c7d0bf0f47412b
Author: llyyr <llyyr.public@gmail.com>
Date:   Sat, 11 Jan 2025 18:49:20 +0530

layer_shell: cleanup new_popup listener when destroying node

Diffstat:
Msway/desktop/layer_shell.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c @@ -256,6 +256,7 @@ static void handle_node_destroy(struct wl_listener *listener, void *data) { wl_list_remove(&layer->unmap.link); wl_list_remove(&layer->surface_commit.link); wl_list_remove(&layer->node_destroy.link); + wl_list_remove(&layer->new_popup.link); wl_list_remove(&layer->output_destroy.link); layer->layer_surface->data = NULL;