mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
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:
parent
373def4446
commit
f3d8df45fc
2 changed files with 78 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue