disable scene node at unmaplayersurface()

This commit is contained in:
Leonardo Hernández Hernández 2022-06-05 15:27:40 -05:00
parent 2623a96ebf
commit b91017e713
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 2 additions and 1 deletions

3
dwl.c
View File

@ -2250,7 +2250,8 @@ toggleview(const Arg *arg)
void
unmaplayersurface(LayerSurface *layersurface)
{
layersurface->layer_surface->mapped = 0;
layersurface->layer_surface->mapped = layersurface->mapped = 0;
wlr_scene_node_set_enabled(layersurface->scene, 0);
if (layersurface->layer_surface->surface ==
seat->keyboard_state.focused_surface)
focusclient(selclient(), 1);