seat: re-map pointer to output on reconfigure

Makes testing easier, also consistent with other
devices types on reconfigure.
This commit is contained in:
Jens Peters 2024-01-19 10:12:44 +01:00 committed by Johan Malm
parent 19cab55092
commit 1d4961650f

View file

@ -536,6 +536,7 @@ seat_reconfigure(struct server *server)
break;
case WLR_INPUT_DEVICE_POINTER:
configure_libinput(input->wlr_input_device);
map_pointer_to_output(seat, input->wlr_input_device);
break;
case WLR_INPUT_DEVICE_TOUCH:
configure_libinput(input->wlr_input_device);