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
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
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