aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 137fcd22..53031d70 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -64,6 +64,9 @@ void seat_set_focus_warp(struct sway_seat *seat,
64void seat_set_focus_layer(struct sway_seat *seat, 64void seat_set_focus_layer(struct sway_seat *seat,
65 struct wlr_layer_surface *layer); 65 struct wlr_layer_surface *layer);
66 66
67void seat_set_exclusive_client(struct sway_seat *seat,
68 struct wl_client *client);
69
67struct sway_container *seat_get_focus(struct sway_seat *seat); 70struct sway_container *seat_get_focus(struct sway_seat *seat);
68 71
69/** 72/**