Home
last modified time | relevance | path

Searched refs:notify_pointer_focus (Results 1 – 5 of 5) sorted by relevance

/third_party/weston/libweston/
Dbackend.h208 notify_pointer_focus(struct weston_seat *seat, struct weston_output *output,
Dinput.c2248 notify_pointer_focus(struct weston_seat *seat, struct weston_output *output, in notify_pointer_focus() function
/third_party/weston/libweston/backend-wayland/
Dwayland.c1660 notify_pointer_focus(&input->base, NULL, 0, 0); in input_handle_pointer_enter()
1689 notify_pointer_focus(&input->base, &input->output->base, x, y); in input_handle_pointer_enter()
1694 notify_pointer_focus(&input->base, NULL, 0, 0); in input_handle_pointer_enter()
1715 notify_pointer_focus(&input->base, NULL, 0, 0); in input_handle_pointer_leave()
1754 notify_pointer_focus(&input->base, NULL, 0, 0); in input_handle_motion()
1761 notify_pointer_focus(&input->base, &input->output->base, x, y); in input_handle_motion()
/third_party/weston/compositor/
Dscreen-share.c133 notify_pointer_focus(&seat->base, NULL, 0, 0); in ss_seat_handle_pointer_enter()
142 notify_pointer_focus(&seat->base, NULL, 0, 0); in ss_seat_handle_pointer_leave()
/third_party/weston/libweston/backend-x11/
Dx11.c1430 notify_pointer_focus(&b->core_seat, &output->base, x, y); in x11_backend_deliver_enter_event()
1590 notify_pointer_focus(&b->core_seat, NULL, 0, 0); in x11_backend_handle_event()