mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
input/seat: rename seat_set_exclusive_client()
This commit is contained in:
parent
607b8aed0c
commit
e8a0205607
3 changed files with 3 additions and 5 deletions
|
|
@ -198,8 +198,7 @@ void seat_set_focus_surface(struct sway_seat *seat,
|
|||
void seat_set_focus_layer(struct sway_seat *seat,
|
||||
struct wlr_layer_surface_v1 *layer);
|
||||
|
||||
void seat_set_exclusive_client(struct sway_seat *seat,
|
||||
struct wl_client *client);
|
||||
void seat_unfocus_unless_client(struct sway_seat *seat, struct wl_client *client);
|
||||
|
||||
struct sway_node *seat_get_focus(struct sway_seat *seat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue