Hi, On Fri, May 20, 2016 at 05:16:42PM +0200, Marc-André Lureau wrote: > This is global to the display connection: all egl resources will be > released, including those from other widgets or from the application. This reverts 181ec2511902483df5c02ecf12db437d9975a53b > Fix spice/virgl display being rendered black after another widget > display is destroyed. Could you also include a fix that calls eglTerminate ? > > Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx> > --- > src/spice-widget-egl.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/spice-widget-egl.c b/src/spice-widget-egl.c > index 5c24524..754fc20 100644 > --- a/src/spice-widget-egl.c > +++ b/src/spice-widget-egl.c > @@ -387,7 +387,6 @@ void spice_egl_unrealize_display(SpiceDisplay *display) > > eglMakeCurrent(d->egl.display, EGL_NO_SURFACE, EGL_NO_SURFACE, > EGL_NO_CONTEXT); > - eglTerminate(d->egl.display); > } > } > > -- > 2.7.4 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel