From: Jens Peters Date: Fri, 19 Jan 2024 09:12:44 +0000 (+0100) Subject: seat: re-map pointer to output on reconfigure X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1d4961650fc390636a61e267054c4127564c053c;p=proto%2Flabwc.git seat: re-map pointer to output on reconfigure Makes testing easier, also consistent with other devices types on reconfigure. --- diff --git a/src/seat.c b/src/seat.c index c0385108..95b8db84 100644 --- a/src/seat.c +++ b/src/seat.c @@ -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);