Re: [PATCH] weston: Send done event with version 2 of wl_output

2014-04-01 Thread Kristian Høgsberg
On Fri, Mar 14, 2014 at 09:16:25AM +0800, Quanxian Wang wrote: > With protocol of wl_output version 2, after the output change, > it should send done event to all clients bount with it. That was missing, thanks, patch applied. Kristian > Signed-off-by: Quanxian Wang > --- > src/compositor.c |

RE: [PATCH] weston: Send done event with version 2 of wl_output

2014-03-13 Thread Wang, Quanxian
>-Original Message- >From: Bryce W. Harrington [mailto:b.harring...@samsung.com] >Sent: Friday, March 14, 2014 10:19 AM >To: Wang, Quanxian >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] weston: Send done event with version 2 of wl_output > >On Fr

Re: [PATCH] weston: Send done event with version 2 of wl_output

2014-03-13 Thread Bryce W. Harrington
On Fri, Mar 14, 2014 at 09:16:25AM +0800, Quanxian Wang wrote: > With protocol of wl_output version 2, after the output change, > it should send done event to all clients bount with it. bound? > > Signed-off-by: Quanxian Wang > --- > src/compositor.c | 6 +- > 1 file changed, 5 insertions(

[PATCH] weston: Send done event with version 2 of wl_output

2014-03-13 Thread Quanxian Wang
With protocol of wl_output version 2, after the output change, it should send done event to all clients bount with it. Signed-off-by: Quanxian Wang --- src/compositor.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 7c29d51..98a