https://bugs.kde.org/show_bug.cgi?id=356992

AnAkkk <anakin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anakin...@gmail.com

--- Comment #28 from AnAkkk <anakin...@gmail.com> ---
There seem to be a mistake in the patch:

    EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
    if (dpy == EGL_NO_DISPLAY)
        dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);

I guess the first line was not supposed to be changed, as this is now calling
the same function again with the same parameters in case it fails.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to