Re: [PATCH weston] compositor-wayland: Set frame callback for Pixman

2016-11-28 Thread Daniel Stone
Hi Dima, On 28 November 2016 at 21:31, Dima Ryazanov wrote: > Yep, fixes the crash, thanks! Pushed now, thanks! To ssh://git.freedesktop.org/git/wayland/weston 6a38ad7..21fac60 upstream -> master Cheers, Daniel ___ wayland-devel mailing list wayl

Re: [PATCH weston] compositor-wayland: Set frame callback for Pixman

2016-11-28 Thread Dima Ryazanov
Yep, fixes the crash, thanks! Reviewed-by: Dima Ryazanov On Mon, Nov 28, 2016 at 8:06 AM, Daniel Stone wrote: > Fixing 89c2f637b9, also set the output's frame_cb for the Pixman > renderer, not just GL. Fixes a segfault when using compositor-wayland > with --use-pixman. > > Signed-off-by: Danie

[PATCH weston] compositor-wayland: Set frame callback for Pixman

2016-11-28 Thread Daniel Stone
Fixing 89c2f637b9, also set the output's frame_cb for the Pixman renderer, not just GL. Fixes a segfault when using compositor-wayland with --use-pixman. Signed-off-by: Daniel Stone Cc: Dima Ryazanov --- libweston/compositor-wayland.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)