Compile fix for kms plugin.
Change-Id: I0ad9716273a7beb643fab5fafc7fcf4884c8a364 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>bb10
parent
52bc65dc8a
commit
4ab7d53431
|
|
@ -72,7 +72,6 @@ bool QKmsContext::makeCurrent(QPlatformSurface *surface)
|
|||
|
||||
void QKmsContext::doneCurrent()
|
||||
{
|
||||
QPlatformOpenGLContext::doneCurrent();
|
||||
bool ok = eglMakeCurrent(m_device->eglDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE,
|
||||
EGL_NO_CONTEXT);
|
||||
if (!ok)
|
||||
|
|
|
|||
Loading…
Reference in New Issue