From f9499e14b777050f0bdb3821ca8421dd4c7231fd Mon Sep 17 00:00:00 2001
From: zecke <zecke>
Date: Fri, 23 Jul 2004 18:18:15 +0000
Subject: Split up the patches for Qt2.3.7 and Qt2.3.8 and add comments

on what they do
---
(limited to 'qt/qt-2.3.7.patch/qte237-hancomwordcrash.patch')

diff --git a/qt/qt-2.3.7.patch/qte237-hancomwordcrash.patch b/qt/qt-2.3.7.patch/qte237-hancomwordcrash.patch
new file mode 100644
index 0000000..f5b26ea
--- a/dev/null
+++ b/qt/qt-2.3.7.patch/qte237-hancomwordcrash.patch
@@ -0,0 +1,14 @@
+Not included in the ALL patch
+
+
+--- qt-2.3.7-old/src/kernel/qgfxraster_qws.cpp	2004-07-23 15:22:56.000000000 +0200
++++ qt-2.3.7/src/kernel/qgfxraster_qws.cpp	2004-07-23 15:29:16.000000000 +0200
+@@ -4237,7 +4237,7 @@
+     setAlphaType(IgnoreAlpha);
+     if ( w <= 0 || h <= 0 || !ncliprect ) 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
+ 
--
cgit v0.9.0.2