Changeset 769 for trunk/src/opengl/qgl_qws.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/qgl_qws.cpp
r651 r769 199 199 d->eglContext = new QEglContext(); 200 200 d->eglContext->setApi(QEgl::OpenGL); 201 if (!d->eglContext->openDisplay(device())) {202 delete d->eglContext;203 d->eglContext = 0;204 return false;205 }206 201 207 202 // Construct the configuration we need for this surface.
Note:
See TracChangeset
for help on using the changeset viewer.