[webkit-changes] [WebKit/WebKit] 356c9d: GLContextX11.cpp:89:66: error: invalid cast from t...

Michael Catanzaro noreply at github.com
Tue Sep 19 11:35:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 356c9d5d33e0e3883cdd5909a601fa5736495fff
      https://github.com/WebKit/WebKit/commit/356c9d5d33e0e3883cdd5909a601fa5736495fff
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/egl/GLContextX11.cpp

  Log Message:
  -----------
  GLContextX11.cpp:89:66: error: invalid cast from type 'long unsigned int' to type 'EGLNativePixmapType' {aka 'unsigned int'}
https://bugs.webkit.org/show_bug.cgi?id=261754

Unreviewed build fix.

As usual, we need to use C-style casts with EGL types.

* Source/WebCore/platform/graphics/egl/GLContextX11.cpp:
(WebCore::GLContext::createPixmapContext):

Canonical link: https://commits.webkit.org/268137@main




More information about the webkit-changes mailing list