Re: [PATCH weston v2 4/6] tests: Add test for pointer axis events

2017-12-18 Thread Alexandros Frantzis
On Mon, Dec 18, 2017 at 11:53:24AM +0200, Pekka Paalanen wrote: > On Wed, 13 Dec 2017 13:27:56 +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 e

Re: [PATCH weston v2 4/6] tests: Add test for pointer axis events

2017-12-18 Thread Pekka Paalanen
On Wed, 13 Dec 2017 13:27:56 +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 v2: >

[PATCH weston v2 4/6] tests: Add test for pointer axis events

2017-12-13 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 v2: - Add unit suffix "msec" to variables that hold event time. protocol/weston-tes