aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index e9f553f3..ef65810c 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -47,7 +47,6 @@ enum sway_seat_operation {
struct sway_seat {
struct wlr_seat *wlr_seat;
struct sway_cursor *cursor;
- struct sway_input_manager *input;
bool has_focus;
struct wl_list focus_stack; // list of containers in focus order
@@ -89,8 +88,7 @@ struct sway_seat {
struct wl_list link; // input_manager::seats
};
-struct sway_seat *seat_create(struct sway_input_manager *input,
- const char *seat_name);
+struct sway_seat *seat_create(const char *seat_name);
void seat_destroy(struct sway_seat *seat);