Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Sep 2021 18:21:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 258269] graphics/libglvnd: update to 1.3.4
Message-ID:  <bug-258269-7141-CM2HMeSwa2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258269-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258269-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258269

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

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

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 >=3D 1.3.4

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

    PR:             258269

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258269-7141-CM2HMeSwa2>