Re: [PATCH v2 weston 05/13] tablet: handle tablet cursors in the compositor

2016-05-08 Thread Peter Hutterer
On Sat, Apr 30, 2016 at 05:58:32PM +0800, Jonas Ådahl wrote: > On Wed, Feb 03, 2016 at 03:28:09PM +1000, Peter Hutterer wrote: > > From: Stephen Chandler Paul > > > > The tablet is given a separate cursor. Most tablet interaction is an > > absolute > > interaction and shouldn't need a cursor at

Re: [PATCH v2 weston 05/13] tablet: handle tablet cursors in the compositor

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:09PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > The tablet is given a separate cursor. Most tablet interaction is an absolute > interaction and shouldn't need a cursor at all, but usually the cursor is used > to indicate the type of virtual tool c

Re: [PATCH v2 weston 05/13] tablet: handle tablet cursors in the compositor

2016-02-04 Thread Bill Spitzak
I don't understand this, it seems very redundant with what you propose to put into the compositor. As far as I can tell, you already require the compositor to hide the cursor when the tool leaves proximity and to choose the last-set cursor when a tool enters proximity. Seems to me your proximity_o

[PATCH v2 weston 05/13] tablet: handle tablet cursors in the compositor

2016-02-02 Thread Peter Hutterer
From: Stephen Chandler Paul The tablet is given a separate cursor. Most tablet interaction is an absolute interaction and shouldn't need a cursor at all, but usually the cursor is used to indicate the type of virtual tool currently assigned. Co-authored-by: Peter Hutterer Signed-off-by: Stephen