author | sandman <sandman> | 2002-12-08 04:08:39 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-08 04:08:39 (UTC) |
commit | 0ee094aeb6edaf39241f05aeb6533b99e07176c2 (patch) (unidiff) | |
tree | 241b11569ebb53053e829c2dd6507f6b17b63953 /qt/qte234-for-opie091-gfxraster.patch | |
parent | 3b8c9fdd13639360d4cdedcdd632697062d17ceb (diff) | |
download | opie-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/qte234-for-opie091-gfxraster.patch') (more/less context) (ignore whitespace changes)
-rw-r--r-- | qt/qte234-for-opie091-gfxraster.patch | 11 |
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 @@ | |||
1 | --- src/kernel/qgfxraster_qws.cpp.orig2002-12-08 05:02:49.000000000 +0100 | ||
2 | +++ src/kernel/qgfxraster_qws.cpp2002-12-08 05:04:09.000000000 +0100 | ||
3 | @@ -4058,7 +4058,7 @@ | ||
4 | setAlphaType(IgnoreAlpha); | ||
5 | if ( w <= 0 || h <= 0 ) return; | ||
6 | GFX_START(QRect(rx+xoffs, ry+yoffs, w+1, h+1)) | ||
7 | -#ifdef QWS_EXPERIMENTAL_FASTPATH | ||
8 | +#if 0 // def QWS_EXPERIMENTAL_FASTPATH !! this is crashing HancomWord on OZ !! | ||
9 | // ### fix for 8bpp | ||
10 | // This seems to be reliable now, at least for 16bpp | ||
11 | |||