mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Address review feedback
This commit is contained in:
parent
b9d2983324
commit
f2332dc75c
3 changed files with 12 additions and 9 deletions
|
|
@ -56,6 +56,9 @@ void sway_seat_configure_xcursor(struct sway_seat *seat);
|
|||
|
||||
void sway_seat_set_focus(struct sway_seat *seat, struct sway_container *container);
|
||||
|
||||
void sway_seat_set_focus_warp(struct sway_seat *seat,
|
||||
struct sway_container *container, bool warp);
|
||||
|
||||
struct sway_container *sway_seat_get_focus(struct sway_seat *seat);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue