diff options
Diffstat (limited to 'src/libinput-private.h')
-rw-r--r-- | src/libinput-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libinput-private.h b/src/libinput-private.h index a1d5000..1a564f9 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -136,6 +136,8 @@ struct libinput { int refcount; struct list device_group_list; + + uint64_t last_event_time; }; typedef void (*libinput_seat_destroy_func) (struct libinput_seat *seat); |