Searched refs:notify_pointer_focus (Results 1 – 5 of 5) sorted by relevance
/third_party/weston/libweston/ |
D | backend.h | 208 notify_pointer_focus(struct weston_seat *seat, struct weston_output *output,
|
D | input.c | 2248 notify_pointer_focus(struct weston_seat *seat, struct weston_output *output, in notify_pointer_focus() function
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 1660 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/ |
D | screen-share.c | 133 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/ |
D | x11.c | 1430 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()
|