Re: [PATCH weston v1 05/17] clients: add missing getters for input objects

2014-12-12 Thread Pekka Paalanen
On Fri, 5 Dec 2014 14:36:38 +0100 Marek Chalupa wrote: > We need get wayland objects from toytoolkit display > (there already are display_get_output, input_get_seat, ...), > so that we can use them in the tests. This patch adds: > > display_get_input() > input_get_wl_pointer() > input_get

Re: [PATCH weston v1 05/17] clients: add missing getters for input objects

2014-12-10 Thread Marek Chalupa
On 9 December 2014 at 21:33, Derek Foreman wrote: > On 05/12/14 07:36 AM, Marek Chalupa wrote: > > We need get wayland objects from toytoolkit display > > (there already are display_get_output, input_get_seat, ...), > > so that we can use them in the tests. This patch adds: > > > > display_get_

Re: [PATCH weston v1 05/17] clients: add missing getters for input objects

2014-12-09 Thread Derek Foreman
On 05/12/14 07:36 AM, Marek Chalupa wrote: > We need get wayland objects from toytoolkit display > (there already are display_get_output, input_get_seat, ...), > so that we can use them in the tests. This patch adds: > > display_get_input() > input_get_wl_pointer() > input_get_wl_keyboard()

[PATCH weston v1 05/17] clients: add missing getters for input objects

2014-12-05 Thread Marek Chalupa
We need get wayland objects from toytoolkit display (there already are display_get_output, input_get_seat, ...), so that we can use them in the tests. This patch adds: display_get_input() input_get_wl_pointer() input_get_wl_keyboard() input_get_wl_touch() Signed-off-by: Marek Chalupa ---