Re: [PATCH weston v1 14/17] weston-test: use real time instead of magic number

2014-12-15 Thread Pekka Paalanen
On Fri, 5 Dec 2014 14:36:47 +0100 Marek Chalupa wrote: > Pass time from weston_compositor_get_time() into notify_{motion, button} > etc. Until now the time was hardcoded to 100 and with toytoolkit clients > it causes problems, because toytoolkit checks the time. > > Signed-off-by: Marek Chalupa

[PATCH weston v1 14/17] weston-test: use real time instead of magic number

2014-12-05 Thread Marek Chalupa
Pass time from weston_compositor_get_time() into notify_{motion, button} etc. Until now the time was hardcoded to 100 and with toytoolkit clients it causes problems, because toytoolkit checks the time. Signed-off-by: Marek Chalupa --- tests/weston-test.c | 7 --- 1 file changed, 4 insertions