mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
seat: configure libinput for touch on reconfigure
This commit is contained in:
parent
ffc4b0fdee
commit
f5f5a7b036
1 changed files with 1 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ seat_reconfigure(struct server *server)
|
||||||
configure_libinput(input->wlr_input_device);
|
configure_libinput(input->wlr_input_device);
|
||||||
break;
|
break;
|
||||||
case WLR_INPUT_DEVICE_TOUCH:
|
case WLR_INPUT_DEVICE_TOUCH:
|
||||||
|
configure_libinput(input->wlr_input_device);
|
||||||
map_touch_to_output(seat, input->wlr_input_device);
|
map_touch_to_output(seat, input->wlr_input_device);
|
||||||
break;
|
break;
|
||||||
case WLR_INPUT_DEVICE_TABLET_TOOL:
|
case WLR_INPUT_DEVICE_TABLET_TOOL:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue