|
|
@ -1062,8 +1062,6 @@ WL_EXPORT void |
|
|
|
notify_pointer_focus(struct weston_seat *seat, struct weston_output *output, |
|
|
|
notify_pointer_focus(struct weston_seat *seat, struct weston_output *output, |
|
|
|
wl_fixed_t x, wl_fixed_t y) |
|
|
|
wl_fixed_t x, wl_fixed_t y) |
|
|
|
{ |
|
|
|
{ |
|
|
|
struct weston_compositor *compositor = seat->compositor; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (output) { |
|
|
|
if (output) { |
|
|
|
move_pointer(seat, x, y); |
|
|
|
move_pointer(seat, x, y); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|