wayland: Fix typo 53/307253/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 6 Mar 2024 09:06:53 +0000 (18:06 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 6 Mar 2024 09:10:23 +0000 (18:10 +0900)
Change-Id: Iee3c1a4a732e23ce985224b2514fdf95fbb83952
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/lib/wayland/wayland-input.c

index 0c05cfbc0014c3fe4b1d6e606e8b58296f1b458b..e1a39a3a2546bcabded9e1b697107ac79c2f3cc1 100644 (file)
@@ -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);