river: remove Seat.input_manager

This is no longer needed as server is global.
This commit is contained in:
Isaac Freund
2021-05-13 15:13:17 +02:00
parent 50cdcf3ee4
commit c8b1017923
6 changed files with 15 additions and 13 deletions

View File

@ -75,7 +75,7 @@ pub fn init(self: *Self) !void {
};
self.seats.prepend(seat_node);
try seat_node.data.init(self, default_seat_name);
try seat_node.data.init(default_seat_name);
if (build_options.xwayland) server.xwayland.setSeat(self.defaultSeat().wlr_seat);