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:
>
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