seat_configure_pointer: apply libinput config

Restore the code that used to be in config.c:apply_input_config() pre-wlroots
This commit is contained in:
Dominique Martinet 2017-12-24 14:53:00 +01:00
parent 373def4446
commit f3d8df45fc
2 changed files with 78 additions and 1 deletions

View file

@ -58,7 +58,6 @@ struct sway_seat *sway_seat_create(struct sway_input_manager *input,
static void seat_configure_pointer(struct sway_seat *seat,
struct sway_seat_device *sway_device) {
// TODO pointer configuration
wlr_cursor_attach_input_device(seat->cursor->cursor,
sway_device->input_device->wlr_device);
}