mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Add map_from_region command
This commit is contained in:
parent
d94bb78ff3
commit
ff61df17ff
11 changed files with 160 additions and 25 deletions
|
|
@ -211,6 +211,7 @@ static void handle_new_input(struct wl_listener *listener, void *data) {
|
|||
if (!sway_assert(input_device, "could not allocate input device")) {
|
||||
return;
|
||||
}
|
||||
device->data = input_device;
|
||||
|
||||
input_device->wlr_device = device;
|
||||
input_device->identifier = get_device_identifier(device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue