summaryrefslogtreecommitdiff
path: root/qt/qte234-for-opie091-gfxraster.patch
Side-by-side diff
Diffstat (limited to 'qt/qte234-for-opie091-gfxraster.patch') (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
+