Re: [PATCH xserver 2/2] xwayland: mandatory EGL backend API

2018-06-13 Thread Lyude Paul
Reviewed-by: Lyude Paul On Mon, 2018-06-11 at 10:22 +0200, Olivier Fourdan wrote: > The API init_wl_registry() and has_wl_interfaces() are marked as being > optional, but both GBM And EGLStream backends implement them so there is > point in keeping those optional. > > Suggested-by: Emil Velikov

[PATCH xserver 2/2] xwayland: mandatory EGL backend API

2018-06-11 Thread Olivier Fourdan
The API init_wl_registry() and has_wl_interfaces() are marked as being optional, but both GBM And EGLStream backends implement them so there is point in keeping those optional. Suggested-by: Emil Velikov Signed-off-by: Olivier Fourdan --- hw/xwayland/xwayland-glamor.c | 8 +---