Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/egl/qegl_symbian.cpp

    r651 r769  
    7979    EGLSurface surf;
    8080    if (devType == QInternal::Widget)
    81         surf = eglCreateWindowSurface(dpy, cfg, windowDrawable, 0);
     81        surf = eglCreateWindowSurface(dpy, cfg, windowDrawable, );
    8282    else
    83         surf = eglCreatePixmapSurface(dpy, cfg, pixmapDrawable, 0);
     83        surf = eglCreatePixmapSurface(dpy, cfg, pixmapDrawable, );
    8484    if (surf == EGL_NO_SURFACE)
    8585        qWarning("QEglContext::createSurface(): Unable to create EGL surface, error = 0x%x", eglGetError());
    8686    return surf;
    87 }
    88 
    89 EGLDisplay QEglContext::getDisplay(QPaintDevice *device)
    90 {
    91     EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
    92     if (dpy == EGL_NO_DISPLAY)
    93         qWarning("QEglContext::defaultDisplay(): Falling back to EGL_DEFAULT_DISPLAY");
    94     return dpy;
    9587}
    9688
Note: See TracChangeset for help on using the changeset viewer.