mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Send wl_surface.enter for ext-session-lock surfaces
(cherry picked from commit 284966fd57
)
This commit is contained in:
parent
41e473f8c0
commit
9e9b812e3b
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue