Re: [PATCH weston v1 07/17] tests-helper: distil the functionality from handlers

2014-12-10 Thread Derek Foreman
On 10/12/14 06:08 AM, Marek Chalupa wrote: > > > On 9 December 2014 at 21:36, Derek Foreman > wrote: > > Distill has 2 ls... > > On 05/12/14 07:36 AM, Marek Chalupa wrote: > > Split out the real code from event handlers (like pointer_handle_motion, >

Re: [PATCH weston v1 07/17] tests-helper: distil the functionality from handlers

2014-12-10 Thread Marek Chalupa
On 9 December 2014 at 21:36, Derek Foreman wrote: > Distill has 2 ls... > > On 05/12/14 07:36 AM, Marek Chalupa wrote: > > Split out the real code from event handlers (like pointer_handle_motion, > > etc.) and put it into standalone function. We'll use it in follow-up > > patch where we will regi

Re: [PATCH weston v1 07/17] tests-helper: distil the functionality from handlers

2014-12-09 Thread Derek Foreman
Distill has 2 ls... On 05/12/14 07:36 AM, Marek Chalupa wrote: > Split out the real code from event handlers (like pointer_handle_motion, > etc.) and put it into standalone function. We'll use it in follow-up > patch where we will register handlers for toytoolkit clients and we'll > use the new fu

[PATCH weston v1 07/17] tests-helper: distil the functionality from handlers

2014-12-05 Thread Marek Chalupa
Split out the real code from event handlers (like pointer_handle_motion, etc.) and put it into standalone function. We'll use it in follow-up patch where we will register handlers for toytoolkit clients and we'll use the new functions so that the code won't be duplicated. Signed-off-by: Marek Chal