From 284966fd57fb0efe1bcc6fc3ac23ae77e5a0d884 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Jan 2023 18:52:48 +0100 Subject: Send wl_surface.enter for ext-session-lock surfaces --- sway/lock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/lock.c b/sway/lock.c index 6e7aae77..96af19c4 100644 --- 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); } -- cgit v1.2.3-54-g00ecf