[Bug 258269] graphics/libglvnd: update to 1.3.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Sep 2021 18:21:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258269

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3f23fec4c93a16578e357f551bb0205c1b947c16

commit 3f23fec4c93a16578e357f551bb0205c1b947c16
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-05 18:15:04 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-05 18:21:03 +0000

    www/webkit2-gtk3: unbreak with libglvnd >= 1.3.4

    Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:132:5: error:
unknown type name 'XVisualInfo'
        XVisualInfo visualTemplate;
        ^
    Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:136:5: error:
unknown type name 'XVisualInfo'
        XVisualInfo* visualInfo = XGetVisualInfo(m_display, VisualScreenMask,
&visualTemplate, &visualCount);
        ^
    Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:136:57: error:
use of undeclared identifier 'VisualScreenMask'
        XVisualInfo* visualInfo = XGetVisualInfo(m_display, VisualScreenMask,
&visualTemplate, &visualCount);
                                                            ^

    PR:             258269

 ...tform_graphics_x11_PlatformDisplayX11.cpp (new) | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.