Re: [PATCH weston] compositor-x11: fix segfault when use_pixman is true

2016-11-24 Thread Daniel Stone
Hi Munakata-san, On 24 November 2016 at 10:05, Ryo Munakata wrote: > Signed-off-by: Ryo Munakata > --- > libweston/compositor-x11.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c > index de64e49..34ef854 100644

[PATCH weston] compositor-x11: fix segfault when use_pixman is true

2016-11-24 Thread Ryo Munakata
Signed-off-by: Ryo Munakata --- libweston/compositor-x11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c index de64e49..34ef854 100644 --- a/libweston/compositor-x11.c +++ b/libweston/compositor-x11.c @@ -917,8 +917,9