diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-12-04 15:59:11 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-12-04 15:59:11 +0100 |
| commit | d9e2df4b7104dd5c959950bdadf962b68d573d31 (patch) | |
| tree | 531f12903ee6f12974c079acb535cf096a75335e /include | |
| parent | 0de9be28ce3dce8a2c07f2611f6610bd44291dd7 (diff) | |
input/seat: rename seat_set_exclusive_client()
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/seat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index a6c68fb8..28a3ea37 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -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); |
