Re: [PATCH] compositor-wayland: Expose zlinux_dmabuf when it is available in the parent compositor

2015-09-25 Thread Pekka Paalanen
Hi Emmanuel, all looks good except the summary has a minor flaw: you don't need zlinux_dmabuf to be available in the parent compositor, and this patch also does not check for it. :-) On Fri, 25 Sep 2015 10:14:19 +0200 Emmanuel Gil Peyrot wrote: > This mirrors what 5ffb440c3fe19669de73e51b90ea33

[PATCH] compositor-wayland: Expose zlinux_dmabuf when it is available in the parent compositor

2015-09-25 Thread Emmanuel Gil Peyrot
This mirrors what 5ffb440c3fe19669de73e51b90ea337fa2d5ae78 did for compositor-x11, and allows testing without having to restart the compositor-drm everytime. --- src/compositor-wayland.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c