Re: [PATCH 0/2] weston: Add touch support to nested wayland backend

2014-05-07 Thread Jason Ekstrand
Boyan,
Thanks for picking this up!  I'm making some comments on the patches
themselves.  Unfortunately, I don't have touch hardware to test it with,
but I hope my comments are helpful none the less.
--Jason Ekstrand


On Tue, May 6, 2014 at 9:46 PM, Boyan Ding  wrote:

> The following two patches add touch support to weston's nested wayland
> backend to facilitate testing. The first one adds motion support to
> cairo-util and the second actually add the touch listeners in the
> compositor.
>
> I'm new to wayland and weston and this is my first work. So any advice
> is welcomed.
>
> Boyan Ding (2):
>   cairo-util: Add frame_touch_motion support
>   compositor-wayland: Add touch support
>
>  shared/cairo-util.h  |  3 ++
>  shared/frame.c   | 24 
>  src/compositor-wayland.c | 95
> 
>  3 files changed, 122 insertions(+)
>
> --
> 1.9.2
>
>
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH 0/2] weston: Add touch support to nested wayland backend

2014-05-06 Thread Boyan Ding
The following two patches add touch support to weston's nested wayland
backend to facilitate testing. The first one adds motion support to
cairo-util and the second actually add the touch listeners in the
compositor.

I'm new to wayland and weston and this is my first work. So any advice
is welcomed.

Boyan Ding (2):
  cairo-util: Add frame_touch_motion support
  compositor-wayland: Add touch support

 shared/cairo-util.h  |  3 ++
 shared/frame.c   | 24 
 src/compositor-wayland.c | 95 
 3 files changed, 122 insertions(+)

-- 
1.9.2


___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel