Re: [PATCH 2/2] compositor-wayland: Add touch support

2014-05-09 Thread Jason Ekstrand
On Fri, May 9, 2014 at 1:09 AM, Boyan Ding wrote: > At 2014-05-08 09:55:23, "Jason Ekstrand" wrote: > > Boyan, > By and large, this looks really good! I have just a few comments below. > As I said in another e-mail, I don't have any touch hardware I can test > this on, so I wasn't able to actua

Re: [PATCH 2/2] compositor-wayland: Add touch support

2014-05-08 Thread Boyan Ding
At 2014-05-08 09:55:23, "Jason Ekstrand" wrote: Boyan, By and large, this looks really good! I have just a few comments below. As I said in another e-mail, I don't have any touch hardware I can test this on, so I wasn't able to actually test it. Unfortunately, I don't have touch hardware ei

Re: [PATCH 2/2] compositor-wayland: Add touch support

2014-05-07 Thread Jason Ekstrand
Boyan, By and large, this looks really good! I have just a few comments below. As I said in another e-mail, I don't have any touch hardware I can test this on, so I wasn't able to actually test it. On Tue, May 6, 2014 at 9:46 PM, Boyan Ding wrote: > Adding touch support to weston's nested wayl

[PATCH 2/2] compositor-wayland: Add touch support

2014-05-06 Thread Boyan Ding
Adding touch support to weston's nested wayland backend to make testing easier. https://bugs.freedesktop.org/show_bug.cgi?id=77769 --- src/compositor-wayland.c | 95 1 file changed, 95 insertions(+) diff --git a/src/compositor-wayland.c b/src/comp