summaryrefslogtreecommitdiff
path: root/src/plugins/platforms/eglfs
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-11-23 07:38:08 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-11-23 07:40:52 +0100
commitf309a20b4177572282082b8c17ec9025b75a69b1 (patch)
treec73a14ecc5a9f37a85c64895608a9fd96d62767f /src/plugins/platforms/eglfs
parentb24c0c77610c29442d538d4d33d6e0c53e88ae00 (diff)
downloadqt4-tools-f309a20b4177572282082b8c17ec9025b75a69b1.tar.gz
Make EglFS plugin compile after changes to QPlatformEGLContext
Reviewed-by: Jørgen Lind
Diffstat (limited to 'src/plugins/platforms/eglfs')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.cpp b/src/plugins/platforms/eglfs/qeglfsscreen.cpp
index 9a40b86567..b9d1b17072 100644
--- a/src/plugins/platforms/eglfs/qeglfsscreen.cpp
+++ b/src/plugins/platforms/eglfs/qeglfsscreen.cpp
@@ -189,7 +189,7 @@ QEglFSScreen::QEglFSScreen(EGLNativeDisplayType display)
attribList[temp++] = 2; // GLES version 2
attribList[temp++] = EGL_NONE;
- m_platformContext = new QEGLPlatformContext(m_dpy,config,attribList,m_surface,EGL_OPENGL_ES_API);
+ m_platformContext = new QEGLPlatformContext(m_dpy,config,attribList,m_surface,EGL_OPENGL_ES_API, 0);
// qWarning("Created platformcontext");
EGLint w,h;