summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-11-23 06:38:08 (GMT)
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-11-23 06:40:52 (GMT)
commitf309a20b4177572282082b8c17ec9025b75a69b1 (patch)
treec73a14ecc5a9f37a85c64895608a9fd96d62767f /src/plugins
parentb24c0c77610c29442d538d4d33d6e0c53e88ae00 (diff)
downloadQt-f309a20b4177572282082b8c17ec9025b75a69b1.zip
Qt-f309a20b4177572282082b8c17ec9025b75a69b1.tar.gz
Qt-f309a20b4177572282082b8c17ec9025b75a69b1.tar.bz2
Make EglFS plugin compile after changes to QPlatformEGLContext
Reviewed-by: Jørgen Lind
Diffstat (limited to 'src/plugins')
-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 9a40b86..b9d1b17 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;