Re: [PATCH weston] tests: use two roundtrips for global events

2015-03-19 Thread Pekka Paalanen
On Thu, 19 Mar 2015 03:35:40 -0400 Marek Chalupa wrote: > first is for getting and binding to globals and the other one is for > getting wl_shm.formats that are emitted after binding > to wl_shm > > Signed-off-by: Marek Chalupa > --- > tests/weston-test-client-helper.c | 6 -- > 1 file cha

[PATCH weston] tests: use two roundtrips for global events

2015-03-19 Thread Marek Chalupa
first is for getting and binding to globals and the other one is for getting wl_shm.formats that are emitted after binding to wl_shm Signed-off-by: Marek Chalupa --- tests/weston-test-client-helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/weston-test-clie