Re: [PATCH weston 3/6] libweston: Introduce input-timestamps support code

2018-01-19 Thread Pekka Paalanen
On Wed, 20 Dec 2017 16:17:58 +0200 Alexandros Frantzis wrote: > Introduce code to support the implementation of the > input_timestamps_unstable_v1 protocol in libweston. This commit does not > implement the actual timestamp subscriptions, but lays the foundation so > timestamp subscriptions for k

[PATCH weston 3/6] libweston: Introduce input-timestamps support code

2017-12-20 Thread Alexandros Frantzis
Introduce code to support the implementation of the input_timestamps_unstable_v1 protocol in libweston. This commit does not implement the actual timestamp subscriptions, but lays the foundation so timestamp subscriptions for keyboard/pointer/touch can be added cleanly in upcoming commits. Signed-