Evas (gl_x11): Merge changes from Tizen to upstream EFL.

SVN revision: 73199
This commit is contained in:
Christopher Michael 2012-07-03 07:31:03 +00:00
parent 8689cb87a0
commit befdf76da4
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ eng_window_free(Evas_GL_X11_Window *gw)
eglTerminate(gw->egl_disp);
context = EGL_NO_CONTEXT;
}
eglMakeCurrent(gw->egl_disp, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
#else
if (gw->glxwin) glXDestroyWindow(gw->disp, gw->glxwin);
if (ref == 0)