Re: [PATCH weston v4 09/20] input: Keep per client pointer resources in their own structs

2015-11-18 Thread Peter Hutterer
On Tue, Nov 17, 2015 at 06:10:55PM +0800, 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

[PATCH weston v4 09/20] input: Keep per client pointer resources in their own structs

2015-11-17 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