From e4f361526ca36ff1c512ff839446a242ca881b0b Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Wed, 6 Mar 2024 18:06:53 +0900 Subject: [PATCH] wayland: Fix typo Change-Id: Iee3c1a4a732e23ce985224b2514fdf95fbb83952 Signed-off-by: Junkyeong Kim --- src/lib/wayland/wayland-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wayland/wayland-input.c b/src/lib/wayland/wayland-input.c index 0c05cfb..e1a39a3 100644 --- a/src/lib/wayland/wayland-input.c +++ b/src/lib/wayland/wayland-input.c @@ -211,7 +211,7 @@ seat_handle_caps(void *data, struct wl_seat *s, enum wl_seat_capability caps) wl_touch_add_listener(seat->touch.wl_touch, &touch_listener, seat); seat->touch.base = pepper_input_device_create(seat->conn->pepper, - WL_SEAT_CAPABILITY_KEYBOARD, + WL_SEAT_CAPABILITY_TOUCH, NULL, NULL); } else if (!(caps & WL_SEAT_CAPABILITY_TOUCH) && (seat->touch.wl_touch)) { pepper_input_device_destroy(seat->touch.base); -- 2.34.1