Re: [PATCH weston v2 5/7] tests: Support setting the test client input dynamically

2018-02-13 Thread Pekka Paalanen
On Thu, 8 Feb 2018 15:37:56 +0200 Alexandros Frantzis wrote: > The current test client code waits for all wl_seat globals to arrive > before checking them and deciding which one is the test seat global to > use for the input object. Test code that needs to

[PATCH weston v2 5/7] tests: Support setting the test client input dynamically

2018-02-08 Thread Alexandros Frantzis
The current test client code waits for all wl_seat globals to arrive before checking them and deciding which one is the test seat global to use for the input object. Test code that needs to add/remove test seats would have to call the client_set_input() function for any seat changes to take