Changeset 769 for trunk/src/opengl/qglpixelbuffer_egl.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/opengl/qglpixelbuffer_egl.cpp
r651 r769 65 65 ctx = new QEglContext(); 66 66 ctx->setApi(QEgl::OpenGL); 67 68 // Open the EGL display.69 if (!ctx->openDisplay(0)) {70 delete ctx;71 ctx = 0;72 return false;73 }74 67 75 68 // Find the shared context. … … 216 209 { 217 210 // See if we have at least 1 configuration that matches the default format. 218 EGLDisplay dpy = QEglContext::d efaultDisplay(0);211 EGLDisplay dpy = QEglContext::d); 219 212 if (dpy == EGL_NO_DISPLAY) 220 213 return false;
Note:
See TracChangeset
for help on using the changeset viewer.