Home
last modified time | relevance | path

Searched refs:seat_listener (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0031-waylandsink-Support-pointer-and-touch.patch313 +static const struct wl_seat_listener seat_listener = {
332 + wl_seat_add_listener (input->seat, &seat_listener, input);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0032-waylandsink-Support-pointer-and-touch.patch327 +static const struct wl_seat_listener seat_listener = {
347 + wl_seat_add_listener (input->seat, &seat_listener, input);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0032-waylandsink-Support-pointer-and-touch.patch327 +static const struct wl_seat_listener seat_listener = {
347 + wl_seat_add_listener (input->seat, &seat_listener, input);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1337 static const struct wl_seat_listener seat_listener = { variable
1388 wl_seat_add_listener(xwl_seat->seat, &seat_listener, xwl_seat); in create_input_device()