[Webkit-unassigned] [Bug 219916] New: Missing header when ENABLE_GRAPHICS_CONTEXT_GL is set to OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 13:20:54 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219916

            Bug ID: 219916
           Summary: Missing header when ENABLE_GRAPHICS_CONTEXT_GL is set
                    to OFF
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Other
                OS: Other
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: julianaito at posteo.jp
                CC: bugs-noreply at webkitgtk.org

Created attachment 416284

  --> https://bugs.webkit.org/attachment.cgi?id=416284&action=review

patch to include the missing header

Platform: OpenBSD macppc (32-bit, big endian)
Compiler: clang-10
Version: 2.30.3

Hi,

Colors are off when Context GL is enabled on my platform, as a workaround i've disabled it.

In Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp, the XVisualInfo struct and XGetVisualInfo(3) are used. They're defined in <X11/Xutil.h>,
but that header is not included, leading to a broken build.

The attached patch allows me to build WebKitGTK on my platform.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201215/be91ef64/attachment.htm>


More information about the webkit-unassigned mailing list