Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 356c9d5d33e0e3883cdd5909a601fa5736495fff https://github.com/WebKit/WebKit/commit/356c9d5d33e0e3883cdd5909a601fa5736495fff Author: Michael Catanzaro <mcatanz...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes