aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/input-manager.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-24 19:39:29 +0100
committerLibravatar emersion <contact@emersion.fr>2018-04-26 10:53:47 +0100
commitff61df17ffd358b03663a35fe7140e51e1ee98fc (patch)
tree3736887591d8464f577d2ad4a753a404d38d77ae /sway/input/input-manager.c
parentMerge pull request #1863 from RyanDwyer/remove-workspace-layout (diff)
downloadsway-ff61df17ffd358b03663a35fe7140e51e1ee98fc.tar.gz
sway-ff61df17ffd358b03663a35fe7140e51e1ee98fc.tar.zst
sway-ff61df17ffd358b03663a35fe7140e51e1ee98fc.zip
Add map_from_region command
Diffstat (limited to 'sway/input/input-manager.c')
-rw-r--r--sway/input/input-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c
index ae55d2a1..29b47a7b 100644
--- a/sway/input/input-manager.c
+++ b/sway/input/input-manager.c
@@ -211,6 +211,7 @@ static void handle_new_input(struct wl_listener *listener, void *data) {
211 if (!sway_assert(input_device, "could not allocate input device")) { 211 if (!sway_assert(input_device, "could not allocate input device")) {
212 return; 212 return;
213 } 213 }
214 device->data = input_device;
214 215
215 input_device->wlr_device = device; 216 input_device->wlr_device = device;
216 input_device->identifier = get_device_identifier(device); 217 input_device->identifier = get_device_identifier(device);