mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
seat: don't send motion if pointer hasn't moved
This commit is contained in:
parent
c505ce3019
commit
d6de329d98
4 changed files with 28 additions and 9 deletions
|
|
@ -135,6 +135,7 @@ struct wlr_seat_pointer_state {
|
|||
struct wlr_seat *seat;
|
||||
struct wlr_seat_client *focused_client;
|
||||
struct wlr_surface *focused_surface;
|
||||
double sx, sy;
|
||||
|
||||
struct wlr_seat_pointer_grab *grab;
|
||||
struct wlr_seat_pointer_grab *default_grab;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue