mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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);
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_TOUCH:
|
||||
configure_libinput(input->wlr_input_device);
|
||||
map_touch_to_output(seat, input->wlr_input_device);
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_TABLET_TOOL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue