aboutsummaryrefslogtreecommitdiff
path: root/rootston/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/input.c')
-rw-r--r--rootston/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/input.c b/rootston/input.c
index ac8e7396..b4427212 100644
--- a/rootston/input.c
+++ b/rootston/input.c
@@ -52,10 +52,10 @@ static void input_remove_notify(struct wl_listener *listener, void *data) {
struct roots_input *input = wl_container_of(listener, input, input_remove);
switch (device->type) {
case WLR_INPUT_DEVICE_KEYBOARD:
- //keyboard_remove(device, input);
+ keyboard_remove(device, input);
break;
case WLR_INPUT_DEVICE_POINTER:
- //pointer_remove(device, input);
+ pointer_remove(device, input);
break;
case WLR_INPUT_DEVICE_TOUCH:
//touch_remove(device, input);