Re: [PATCH weston 0/4] Add touch support to the wayland backend

2015-10-13 Thread Bryce Harrington
On Tue, Oct 13, 2015 at 06:37:43PM -0500, Derek Foreman wrote: > On 13/10/15 06:32 PM, Bryce Harrington wrote: > > On Fri, Oct 09, 2015 at 11:28:42AM -0500, Derek Foreman wrote: > >> Tizen's been carrying around a patch for this, but it only works for full > >> screen unrotated compositors. I've t

Re: [PATCH weston 0/4] Add touch support to the wayland backend

2015-10-13 Thread Derek Foreman
On 13/10/15 06:32 PM, Bryce Harrington wrote: > On Fri, Oct 09, 2015 at 11:28:42AM -0500, Derek Foreman wrote: >> Tizen's been carrying around a patch for this, but it only works for full >> screen unrotated compositors. I've tried to re-write it in a more general >> way. >> >> Also, a little grat

Re: [PATCH weston 0/4] Add touch support to the wayland backend

2015-10-13 Thread Bryce Harrington
On Tue, Oct 13, 2015 at 04:32:39PM -0700, Bryce Harrington wrote: > On Fri, Oct 09, 2015 at 11:28:42AM -0500, Derek Foreman wrote: > > Tizen's been carrying around a patch for this, but it only works for full > > screen unrotated compositors. I've tried to re-write it in a more general > > way. >

Re: [PATCH weston 0/4] Add touch support to the wayland backend

2015-10-13 Thread Bryce Harrington
On Fri, Oct 09, 2015 at 11:28:42AM -0500, Derek Foreman wrote: > Tizen's been carrying around a patch for this, but it only works for full > screen unrotated compositors. I've tried to re-write it in a more general > way. > > Also, a little gratuitous clean-up in here too. > > Derek Foreman (4):

[PATCH weston 0/4] Add touch support to the wayland backend

2015-10-09 Thread Derek Foreman
Tizen's been carrying around a patch for this, but it only works for full screen unrotated compositors. I've tried to re-write it in a more general way. Also, a little gratuitous clean-up in here too. Derek Foreman (4): compositor-wayland: Change focus to a bool instead of an int cairo-util: