Adopt eglfs platform plugin to changed QEGLPlatformContext API
eglClientVersion is not used anymore Change-Id: I8595a17386c1466d7766522adbdbd7cd5002ecf8 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
fb01907050
commit
b44011fb77
@ -91,8 +91,8 @@ class QEglFSContext : public QEGLPlatformContext
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QEglFSContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display,
|
QEglFSContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display,
|
||||||
EGLint eglClientVersion = 2, EGLenum eglApi = EGL_OPENGL_ES_API)
|
EGLenum eglApi = EGL_OPENGL_ES_API)
|
||||||
: QEGLPlatformContext(format, share, display, eglClientVersion, eglApi)
|
: QEGLPlatformContext(format, share, display, eglApi)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user