Create detector surface in layer overlay Up to sway 1.9, wl_surface::enter events were delivered to layer shell surfaces even if they were not visible. With the latest (yet unreleased) changes, this is no longer the case. Strictly speaking, a compositor may delay the wl_surface::enter event until the surface is visible, so ensure that it is always made visible. See: https://github.com/swaywm/sway/issues/7984
1 files changed, 1 insertions(+), 1 deletions(-) M src/main.rs
M src/main.rs => src/main.rs +1 -1