]> git.mdlowis.com Git - proto/labwc.git/commit
layers: arrange layers on destroy
authorJohan Malm <jgm323@gmail.com>
Tue, 10 Oct 2023 20:51:58 +0000 (21:51 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 2 Jun 2025 21:00:43 +0000 (22:00 +0100)
commit7bf08af210968fb174149754ce341988365a131b
tree8fddce36a6bf212fbf532dc4eead5b2c6fec1fa2
parentca94abbef1824f5826e3c888b40eca4b6ec338df
layers: arrange layers on destroy

...rather than unmap because that is the approach of sway and it also
avoids wshowkeys crashing.

Fixes: #1153
include/layers.h
src/layers.c
src/node.c