sway

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

commit 284966fd57fb0efe1bcc6fc3ac23ae77e5a0d884
parent 53c9a4a6438824abfb3d539bf55aec92074977e0
Author: Simon Ser <contact@emersion.fr>
Date:   Mon, 16 Jan 2023 18:52:48 +0100

Send wl_surface.enter for ext-session-lock surfaces

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

diff --git a/sway/lock.c b/sway/lock.c @@ -31,6 +31,7 @@ static void handle_surface_map(struct wl_listener *listener, void *data) { if (server.session_lock.focused == NULL) { set_lock_focused_surface(surf->surface); } + wlr_surface_send_enter(surf->surface, surf->output->wlr_output); output_damage_whole(surf->output); }