mirror of
https://github.com/NickHu/sway
synced 2024-12-25 21:58:16 +01:00
Send wl_surface.enter for ext-session-lock surfaces
This commit is contained in:
parent
53c9a4a643
commit
284966fd57
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue