Re: [PATCH] tests: Fix event-test

2012-05-15 Thread Kristian Høgsberg
On Tue, May 15, 2012 at 02:32:05PM +0300, Ander Conselvan de Oliveira wrote: > notify_motion() now receives coordinates in wl_fixed_t but the test was > still passing integers. Thanks, committed. Kristian > --- > tests/event-test.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >

[PATCH] tests: Fix event-test

2012-05-15 Thread Ander Conselvan de Oliveira
notify_motion() now receives coordinates in wl_fixed_t but the test was still passing integers. --- tests/event-test.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/event-test.c b/tests/event-test.c index 737e227..e89d5aa 100644 --- a/tests/event-test.c +++ b/tes