summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--qt/qt-2.3.7.patch/qte237-all.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/qt-2.3.7.patch/qte237-all.patch b/qt/qt-2.3.7.patch/qte237-all.patch
index 43d7a69..daf0e9c 100644
--- a/qt/qt-2.3.7.patch/qte237-all.patch
+++ b/qt/qt-2.3.7.patch/qte237-all.patch
@@ -791,24 +791,35 @@
791+ this->srcheight = s.height(); 791+ this->srcheight = s.height();
792 792
793 QT_TRANS_GFX_BASE<depth,type>::tiledBlt( r.x(), r.y(), r.width(), r.height() ); 793 QT_TRANS_GFX_BASE<depth,type>::tiledBlt( r.x(), r.y(), r.width(), r.height() );
794 794
795- srcwidth = oldsw; 795- srcwidth = oldsw;
796- srcheight = oldsh; 796- srcheight = oldsh;
797- brushoffs = oldBrushOffs; 797- brushoffs = oldBrushOffs;
798+ this->srcwidth = oldsw; 798+ this->srcwidth = oldsw;
799+ this->srcheight = oldsh; 799+ this->srcheight = oldsh;
800+ this->brushoffs = oldBrushOffs; 800+ this->brushoffs = oldBrushOffs;
801 inDraw = FALSE; 801 inDraw = FALSE;
802 } 802 }
803 803
804 --- qt-2.3.7/src/tools/qstring.h~qte237-all2003-07-17 03:20:26.000000000 +0200 804 --- qt-2.3.7/src/tools/qstring.h~qte237-all2003-07-17 03:20:26.000000000 +0200
805 +++ qt-2.3.7/src/tools/qstring.h2004-04-27 18:18:37.000000000 +0200 805 +++ qt-2.3.7/src/tools/qstring.h2004-04-27 18:18:37.000000000 +0200
806@@ -199,7 +199,7 @@ 806@@ -199,7 +199,7 @@
807 #endif 807 #endif
808 enum { net_ordered = 0 }; 808 enum { net_ordered = 0 };
809 #endif 809 #endif
810-} Q_PACKED; 810-} Q_PACKED;
811+}; // was: Q_PACKED; (arm-linux-)g++ 3.4 no longer allows direct access to packed structures. ML. 811+}; // was: Q_PACKED; (arm-linux-)g++ 3.4 no longer allows direct access to packed structures. ML.
812 812
813 inline QChar::QChar() 813 inline QChar::QChar()
814 { 814 {
815 --- 2.3.7/src/tools/qcstring.h~gcc34-compliance2004-04-27 20:21:48.000000000 +0200
816 +++ 2.3.7/src/tools/qcstring.h2004-04-27 20:22:52.000000000 +0200
817@@ -119,7 +119,7 @@
818 // We want to keep source compatibility for 2.x
819 // ### TODO for 4.0: completely remove these and the cstr* functions
820
821-#if !defined(QT_GENUINE_STR)
822+#if 0
823
824 #undefstrlen
825 #define strlen qstrlen