summaryrefslogtreecommitdiff
path: root/qte/qte-2.3.7/vt-switch.patch
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-07-08 15:20:28 +0000
committerHolger Freyther <zecke@selfish.org>2004-07-08 15:20:28 +0000
commit23ad487884add10aa569a56112cdcf1341168801 (patch)
treebb34d1c00d0ad90932f640c16ca8b9c52e39b5cc /qte/qte-2.3.7/vt-switch.patch
parent3b06c1bd12dffb99a1729348fa75ba151f8943e3 (diff)
Make Qt/E 2.3.7 be buildable for SIMpad again
-rediffed patches BKrev: 40ed663cmvGufgUqHqbCR47s0zvlew
Diffstat (limited to 'qte/qte-2.3.7/vt-switch.patch')
-rw-r--r--qte/qte-2.3.7/vt-switch.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/qte/qte-2.3.7/vt-switch.patch b/qte/qte-2.3.7/vt-switch.patch
index 0763e064e1..be2745c986 100644
--- a/qte/qte-2.3.7/vt-switch.patch
+++ b/qte/qte-2.3.7/vt-switch.patch
@@ -1,10 +1,10 @@
#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+# Patch managed by http://www.holgerschurig.de/patcher.html
#
---- 2.3.7/src/kernel/qapplication_qws.cpp~vt-switch 2004-06-28 15:17:37.000000000 +0200
-+++ 2.3.7/src/kernel/qapplication_qws.cpp 2004-06-28 15:43:13.000000000 +0200
+--- qt-2.3.7/src/kernel/qapplication_qws.cpp~vt-switch.patch
++++ qt-2.3.7/src/kernel/qapplication_qws.cpp
@@ -123,6 +123,12 @@
static int qt_thread_pipe[2];
#endif
@@ -144,7 +144,7 @@
#endif
) {
qt_last_cursor = 0xffffffff; // cursor can be changed by another application
-@@ -3399,7 +3492,7 @@
+@@ -3394,7 +3487,7 @@
#ifndef QT_NO_QWS_IM
if ( mouse.state&button && w != QInputContext::microFocusWidget() ) //button press
QInputContext::reset( oldFocus );
@@ -153,7 +153,7 @@
QFocusEvent::setReason( QFocusEvent::Mouse);
w->setFocus();
QFocusEvent::resetReason();
-@@ -3545,7 +3638,7 @@
+@@ -3540,7 +3633,7 @@
QApplication::sendEvent( widget, &enter );
(*mouseInWidget) = widget;
#ifndef QT_NO_QWS_IM
@@ -162,8 +162,8 @@
!widget->testWFlags( Qt::WStyle_Tool ) &&
!widget->topLevelWidget()->testWFlags( Qt::WStyle_Tool ) )
QInputContext::reset( oldFocus );
---- 2.3.7/src/kernel/qkeyboard_qws.cpp~vt-switch 2004-06-28 15:17:37.000000000 +0200
-+++ 2.3.7/src/kernel/qkeyboard_qws.cpp 2004-06-28 15:18:13.000000000 +0200
+--- qt-2.3.7/src/kernel/qkeyboard_qws.cpp~vt-switch.patch
++++ qt-2.3.7/src/kernel/qkeyboard_qws.cpp
@@ -1068,6 +1068,24 @@
{
if (kbdFD >= 0)
@@ -189,8 +189,8 @@
#if !defined(_OS_FREEBSD_) && !defined(_OS_SOLARIS_)
ioctl(kbdFD, KDSKBMODE, K_XLATE);
#endif
---- 2.3.7/src/kernel/qgfxlinuxfb_qws.cpp~vt-switch 2003-07-17 03:20:25.000000000 +0200
-+++ 2.3.7/src/kernel/qgfxlinuxfb_qws.cpp 2004-06-28 15:20:38.000000000 +0200
+--- qt-2.3.7/src/kernel/qgfxlinuxfb_qws.cpp~vt-switch.patch
++++ qt-2.3.7/src/kernel/qgfxlinuxfb_qws.cpp
@@ -251,9 +251,9 @@
bool QLinuxFbScreen::initDevice()