diff options
author | Dominique Martinet <[email protected]> | 2017-12-24 14:53:00 +0100 |
---|---|---|
committer | Dominique Martinet <[email protected]> | 2017-12-24 20:54:48 +0100 |
commit | f3d8df45fc3b4bca0076bc564bd179d87e307b7c (patch) | |
tree | 60601ab8a249f8c957d40a98a2b6199ab4ec9ded /sway/input/seat.c | |
parent | 373def44468e0c919031a6ffe3049f91680e05ca (diff) |
seat_configure_pointer: apply libinput config
Restore the code that used to be in config.c:apply_input_config() pre-wlroots
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r-- | sway/input/seat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c index fe90565a..9a6a667b 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -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); } |