Re: [PATCH v1] Added touch support to wayland backend

2015-01-11 Thread Peter Hutterer
On Wed, Dec 17, 2014 at 04:11:56PM +0200, Imran Zaman wrote: > Nested westons (with wayland backend as child weston) is one possible > use case for the needed touch support. > > Signed-off-by: Imran Zaman Have a look at these patches: http://lists.freedesktop.org/archives/wayland-devel/2014-May/

Re: [PATCH v1] Added touch support to wayland backend

2015-01-10 Thread Imran Zaman
Can anyone please comment on it? :) BR imran On Wed, Dec 17, 2014 at 4:11 PM, Imran Zaman wrote: > Nested westons (with wayland backend as child weston) is one possible > use case for the needed touch support. > > Signed-off-by: Imran Zaman > --- > src/compositor-wayland.c | 59 >

[PATCH v1] Added touch support to wayland backend

2014-12-17 Thread Imran Zaman
Nested westons (with wayland backend as child weston) is one possible use case for the needed touch support. Signed-off-by: Imran Zaman --- src/compositor-wayland.c | 59 1 file changed, 59 insertions(+) diff --git a/src/compositor-wayland.c b/sr