Fixes session lock surfaces not being able to switch focused output

This commit is contained in:
Erik Reider 2025-09-14 16:13:08 +02:00
parent 50a8750e01
commit f769203238
3 changed files with 37 additions and 0 deletions

View file

@ -178,6 +178,8 @@ void sway_session_lock_add_output(struct sway_session_lock *lock,
struct sway_output *output);
bool sway_session_lock_has_surface(struct sway_session_lock *lock,
struct wlr_surface *surface);
void sway_session_lock_focus_output(struct sway_session_lock *lock,
struct sway_output *output);
void handle_xdg_shell_toplevel(struct wl_listener *listener, void *data);
#if WLR_HAS_XWAYLAND
void handle_xwayland_surface(struct wl_listener *listener, void *data);