projects
/
platform
/
core
/
uifw
/
pepper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e04a888
)
wayland: Fix typo
53/307253/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Wed, 6 Mar 2024 09:06:53 +0000
(18:06 +0900)
committer
Junkyeong 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
patch
|
blob
|
history
diff --git
a/src/lib/wayland/wayland-input.c
b/src/lib/wayland/wayland-input.c
index 0c05cfbc0014c3fe4b1d6e606e8b58296f1b458b..e1a39a3a2546bcabded9e1b697107ac79c2f3cc1 100644
(file)
--- 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);