summaryrefslogtreecommitdiff
path: root/qt
authorsandman <sandman>2002-12-08 04:08:39 (UTC)
committer sandman <sandman>2002-12-08 04:08:39 (UTC)
commit0ee094aeb6edaf39241f05aeb6533b99e07176c2 (patch) (side-by-side diff)
tree241b11569ebb53053e829c2dd6507f6b17b63953 /qt
parent3b8c9fdd13639360d4cdedcdd632697062d17ceb (diff)
downloadopie-0ee094aeb6edaf39241f05aeb6533b99e07176c2.zip
opie-0ee094aeb6edaf39241f05aeb6533b99e07176c2.tar.gz
opie-0ee094aeb6edaf39241f05aeb6533b99e07176c2.tar.bz2
HancomWord on OZ crashes with optimizations in ::fillRect enabled, so
better disable this for all platforms.
Diffstat (limited to 'qt') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte234-for-opie091-gfxraster.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/qte234-for-opie091-gfxraster.patch b/qt/qte234-for-opie091-gfxraster.patch
new file mode 100644
index 0000000..cb940ce
--- a/dev/null
+++ b/qt/qte234-for-opie091-gfxraster.patch
@@ -0,0 +1,11 @@
+--- src/kernel/qgfxraster_qws.cpp.orig 2002-12-08 05:02:49.000000000 +0100
++++ src/kernel/qgfxraster_qws.cpp 2002-12-08 05:04:09.000000000 +0100
+@@ -4058,7 +4058,7 @@
+ setAlphaType(IgnoreAlpha);
+ if ( w <= 0 || h <= 0 ) return;
+ GFX_START(QRect(rx+xoffs, ry+yoffs, w+1, h+1))
+-#ifdef QWS_EXPERIMENTAL_FASTPATH
++#if 0 // def QWS_EXPERIMENTAL_FASTPATH !! this is crashing HancomWord on OZ !!
+ // ### fix for 8bpp
+ // This seems to be reliable now, at least for 16bpp
+