mirror of
https://github.com/swaywm/sway.git
synced 2026-03-03 01:41:03 -05:00
Merge f4cbe3789d into 3c0588a44f
This commit is contained in:
commit
883407ac36
3 changed files with 47 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue