mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
seat: re-map tablet to output on reconfigure
This commit is contained in:
parent
354c5cf967
commit
8de5d7e653
1 changed files with 3 additions and 0 deletions
|
|
@ -515,6 +515,9 @@ seat_reconfigure(struct server *server)
|
||||||
case WLR_INPUT_DEVICE_POINTER:
|
case WLR_INPUT_DEVICE_POINTER:
|
||||||
configure_libinput(input->wlr_input_device);
|
configure_libinput(input->wlr_input_device);
|
||||||
break;
|
break;
|
||||||
|
case WLR_INPUT_DEVICE_TABLET_TOOL:
|
||||||
|
map_input_to_output(seat, input->wlr_input_device, rc.tablet.output_name);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue