summaryrefslogtreecommitdiff
path: root/sway/lock.c
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-02-14 16:51:29 +0100
committerGitHub <[email protected]>2023-02-14 10:51:29 -0500
commite78fc3364b0440ff82becbec4ae57458374a145f (patch)
tree0eb825dcc36401438543dbb6fd32ec700b4b90b7 /sway/lock.c
parent3efd3b558fe49bc7a7f3c30c19783e3fe5efeb24 (diff)
upstream update: merge sway 1.8.1 (#111)
Diffstat (limited to 'sway/lock.c')
-rw-r--r--sway/lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/lock.c b/sway/lock.c
index bf7d5de8..e893622f 100644
--- a/sway/lock.c
+++ b/sway/lock.c
@@ -32,6 +32,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);
}