diff options
author | fanquake <fanquake@gmail.com> | 2021-03-03 18:38:15 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-10 12:57:27 +0800 |
commit | 550ed1bed2e8091616a2d64254efdd217d94e808 (patch) | |
tree | a270f4c2dc8ecdf5ce95cbb93b197f5981ce279a /depends/patches | |
parent | 6093ae4d30bd3d888eccc4d6cb1c3c1efb7f13fd (diff) |
build: update qt qpaint non determinism patch for 5.12.10
Diffstat (limited to 'depends/patches')
-rw-r--r-- | depends/patches/qt/fix_qpainter_non_determinism.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/patches/qt/fix_qpainter_non_determinism.patch b/depends/patches/qt/fix_qpainter_non_determinism.patch index 3cfcc22f03..44c45187c5 100644 --- a/depends/patches/qt/fix_qpainter_non_determinism.patch +++ b/depends/patches/qt/fix_qpainter_non_determinism.patch @@ -22,7 +22,7 @@ diff --git a/qtbase/src/gui/painting/qpaintengine_raster.cpp b/qtbase/src/gui/pa index 92ab6e8375..f018009e0b 100644 --- a/qtbase/src/gui/painting/qpaintengine_raster.cpp +++ b/qtbase/src/gui/painting/qpaintengine_raster.cpp -@@ -3971,22 +3971,23 @@ static const QSpan *qt_intersect_spans(const QClipData *clip, int *currentClip, +@@ -4128,22 +4128,23 @@ static const QSpan *qt_intersect_spans(const QClipData *clip, int *currentClip, const QSpan *clipEnd = clip->m_spans + clip->count; while (available && spans < end ) { @@ -51,7 +51,7 @@ index 92ab6e8375..f018009e0b 100644 int sx1 = spans->x; int sx2 = sx1 + spans->len; -@@ -4005,7 +4006,7 @@ static const QSpan *qt_intersect_spans(const QClipData *clip, int *currentClip, +@@ -4162,7 +4163,7 @@ static const QSpan *qt_intersect_spans(const QClipData *clip, int *currentClip, if (len) { out->x = qMax(sx1, cx1); out->len = qMin(sx2, cx2) - out->x; |