mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-10 13:29:48 -05:00
Add timestamp to pointer image attach request
This lets the server discard requests received after the pointer has exited and the re-entered a surface.
This commit is contained in:
parent
6dcf8718ae
commit
ce457ba68c
7 changed files with 15 additions and 13 deletions
|
|
@ -99,6 +99,7 @@ struct wlsc_input_device {
|
|||
struct wlsc_surface *keyboard_focus;
|
||||
struct wl_array keys;
|
||||
uint32_t modifier_state;
|
||||
uint32_t pointer_focus_time;
|
||||
|
||||
enum wlsc_grab_type grab;
|
||||
struct wlsc_surface *grab_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue