Re: [PATCH weston v3] tests: Add test for pointer axis events

2017-12-18 Thread Pekka Paalanen
On Mon, 18 Dec 2017 12:16:55 +0200 Alexandros Frantzis wrote: > Add test to verify the server correctly emits pointer axis events. This > requires updating the weston-test protocol with a new request for > pointer axis events. > > Signed-off-by: Alexandros Frantzis > --- > > Changes in v3: >

[PATCH weston v3] tests: Add test for pointer axis events

2017-12-18 Thread Alexandros Frantzis
Add test to verify the server correctly emits pointer axis events. This requires updating the weston-test protocol with a new request for pointer axis events. Signed-off-by: Alexandros Frantzis --- Changes in v3: - Use uint32_t, not double, for event time variables. Changes in v2: - Add unit