Home
last modified time | relevance | path

Searched refs:wl_pointer (Results 1 – 7 of 7) 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.patch59 + struct wl_pointer *pointer;
120 +display_set_cursor (GstWlDisplay *self, struct wl_pointer *pointer,
150 +pointer_handle_enter (void *data, struct wl_pointer *pointer,
179 +pointer_handle_leave (void *data, struct wl_pointer *pointer,
191 +pointer_handle_motion (void *data, struct wl_pointer *pointer,
197 +pointer_handle_button (void *data, struct wl_pointer *pointer, uint32_t serial,
216 +pointer_handle_axis(void *data, struct wl_pointer *wl_pointer,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c370 pointer_handle_enter(void *data, struct wl_pointer *pointer, in pointer_handle_enter()
443 pointer_handle_leave(void *data, struct wl_pointer *pointer, in pointer_handle_leave()
520 pointer_handle_motion(void *data, struct wl_pointer *pointer, in pointer_handle_motion()
532 if (wl_proxy_get_version((struct wl_proxy *) xwl_seat->wl_pointer) < 5) in pointer_handle_motion()
537 pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial, in pointer_handle_button()
569 pointer_handle_axis(void *data, struct wl_pointer *pointer, in pointer_handle_axis()
610 pointer_handle_frame(void *data, struct wl_pointer *wl_pointer) in pointer_handle_frame() argument
621 pointer_handle_axis_source(void *data, struct wl_pointer *wl_pointer, uint32_t axis_source) in pointer_handle_axis_source() argument
626 pointer_handle_axis_stop(void *data, struct wl_pointer *wl_pointer, in pointer_handle_axis_stop() argument
632 pointer_handle_axis_discrete(void *data, struct wl_pointer *wl_pointer, in pointer_handle_axis_discrete() argument
[all …]
H A Dxwayland-cursor.c133 if (!xwl_seat->wl_pointer) in xwl_seat_set_cursor()
137 wl_pointer_set_cursor(xwl_seat->wl_pointer, in xwl_seat_set_cursor()
161 wl_pointer_set_cursor(xwl_seat->wl_pointer, in xwl_seat_set_cursor()
H A Dxwayland.h256 struct wl_pointer *wl_pointer; member
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0032-waylandsink-Support-pointer-and-touch.patch76 + struct wl_pointer *pointer;
138 +display_set_cursor (GstWlDisplay *self, struct wl_pointer *pointer,
169 +pointer_handle_enter (void *data, struct wl_pointer *pointer,
199 +pointer_handle_leave (void *data, struct wl_pointer *pointer,
211 +pointer_handle_motion (void *data, struct wl_pointer *pointer,
217 +pointer_handle_button (void *data, struct wl_pointer *pointer, uint32_t serial,
232 +pointer_handle_axis (void *data, struct wl_pointer *wl_pointer,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0032-waylandsink-Support-pointer-and-touch.patch76 + struct wl_pointer *pointer;
138 +display_set_cursor (GstWlDisplay *self, struct wl_pointer *pointer,
169 +pointer_handle_enter (void *data, struct wl_pointer *pointer,
199 +pointer_handle_leave (void *data, struct wl_pointer *pointer,
211 +pointer_handle_motion (void *data, struct wl_pointer *pointer,
217 +pointer_handle_button (void *data, struct wl_pointer *pointer, uint32_t serial,
232 +pointer_handle_axis (void *data, struct wl_pointer *wl_pointer,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1439 hotspot_x=0, surface=0x0, serial=<optimized out>, wl_pointer=<optimized
11513 wl_pointer purposes (basically, everything) if the pointer happened
19832 xwayland: Dispatch pointer motion events on wl_pointer.frame if possible
19834 Wait until wl_pointer.frame with dispatching the pointer motion event,
19835 if wl_pointer.frame is supported by the compositor. This will later be
19903 to combine a wl_pointer.motion() event with the unaccelerated delta of
19930 sprite is managed by the wl_pointer, which is not entirely right, given
30101 xwayland: Always update the wl_pointer cursor on pointer focus
32185 xwayland: Always update the wl_pointer cursor on pointer focus