head 1.2; access; symbols pkgsrc-2023Q1:1.1.0.14 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.12 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.10 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.8 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.6 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.4 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.2 pkgsrc-2021Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2023.06.10.18.23.03; author adam; state dead; branches; next 1.1; commitid CwBonde1IjqhIqsE; 1.1 date 2021.07.09.22.48.47; author markd; state Exp; branches; next ; commitid mSIbegYTDoc5Jm0D; desc @@ 1.2 log @qt5*: updated to 5.15.10 Compared to Qt 5.15.9, Qt 5.15.10 contains about 110 bug fixes and security updates. The list of fixes and the overview of all important changes in Qt 5.15.10 can be found in the release note. @ text @$NetBSD: patch-src_plugins_platforms_xcb_qxcbwindow.cpp,v 1.1 2021/07/09 22:48:47 markd Exp $ Build fixes for GCC 11 Task-number: QTBUG-89977 Change-Id: Ic1b7ddbffb8a0a00f8c621d09a868f1d94a52c21 Reviewed-by: Lars Knoll Reviewed-by: Thiago Macieira (cherry picked from commit 813a928c) --- src/plugins/platforms/xcb/qxcbwindow.cpp.orig 2020-10-27 08:02:11.000000000 +0000 +++ src/plugins/platforms/xcb/qxcbwindow.cpp @@@@ -698,7 +698,7 @@@@ void QXcbWindow::show() if (isTransient(window())) { const QWindow *tp = window()->transientParent(); if (tp && tp->handle()) - transientXcbParent = static_cast(tp->handle())->winId(); + transientXcbParent = tp->handle()->winId(); // Default to client leader if there is no transient parent, else modal dialogs can // be hidden by their parents. if (!transientXcbParent) @ 1.1 log @qt5-qtbase: fix build with gcc-11 @ text @d1 1 a1 1 $NetBSD$ @