Home
last modified time | relevance | path

Searched refs:pointer_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.patch221 +static const struct wl_pointer_listener pointer_listener = {
298 + wl_pointer_add_listener (input->pointer, &pointer_listener, input);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0032-waylandsink-Support-pointer-and-touch.patch237 +static const struct wl_pointer_listener pointer_listener = {
312 + wl_pointer_add_listener (input->pointer, &pointer_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.patch237 +static const struct wl_pointer_listener pointer_listener = {
312 + wl_pointer_add_listener (input->pointer, &pointer_listener, input);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c647 static const struct wl_pointer_listener pointer_listener = { variable
1181 &pointer_listener, xwl_seat); in init_pointer()