Re: [PATCH weston 1/3] input: Keep per client pointer resources in their own structs

2015-09-02 Thread Jonas Ådahl
On Wed, Sep 02, 2015 at 01:15:17PM -0500, Derek Foreman wrote: > On 29/07/15 01:39 AM, Jonas Ådahl wrote: > > Keep all per client wl_pointer resources in a new struct called > > 'weston_pointer_client'. When focus changes, instead of moving a list > > of resources between different lists, just chan

Re: [PATCH weston 1/3] input: Keep per client pointer resources in their own structs

2015-09-02 Thread Derek Foreman
On 29/07/15 01:39 AM, Jonas Ådahl wrote: > Keep all per client wl_pointer resources in a new struct called > 'weston_pointer_client'. When focus changes, instead of moving a list > of resources between different lists, just change the focused pointer > client. > > The intention with this is to mak

[PATCH weston 1/3] input: Keep per client pointer resources in their own structs

2015-07-28 Thread Jonas Ådahl
Keep all per client wl_pointer resources in a new struct called 'weston_pointer_client'. When focus changes, instead of moving a list of resources between different lists, just change the focused pointer client. The intention with this is to make it easier to add wl_pointer extensions that share t