summaryrefslogtreecommitdiff
path: root/qte
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-14 15:41:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-14 15:41:46 +0000
commit8abd244bc6e06944c05989fe1e181ddf58786233 (patch)
tree13ef32fa5c2fe19ddfb00c0c3351e3e09dd85f3d /qte
parent9089cb99e0cc3cea14ed7ef3d96499e83b6d9f9a (diff)
remove bogus portions in the vt-switch patch
BKrev: 41977cbaBOjjhpmmKZX9aY_oGv-XfA
Diffstat (limited to 'qte')
-rw-r--r--qte/qte-2.3.7/vt-switch.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/qte/qte-2.3.7/vt-switch.patch b/qte/qte-2.3.7/vt-switch.patch
index be2745c986..b7216dabc4 100644
--- a/qte/qte-2.3.7/vt-switch.patch
+++ b/qte/qte-2.3.7/vt-switch.patch
@@ -135,33 +135,6 @@
}
if ( qt_is_gui_used ) {
delete qt_fbdpy;
-@@ -2584,7 +2677,7 @@
- if ( !widget ) { // don't know this window
- if ( !QWidget::mouseGrabber()
- #ifndef QT_NO_QWS_MANAGER
-- && !QWSManager::grabbedMouse()
-+ && !QWSManager::grabbedMouse()
- #endif
- ) {
- qt_last_cursor = 0xffffffff; // cursor can be changed by another application
-@@ -3394,7 +3487,7 @@
- #ifndef QT_NO_QWS_IM
- if ( mouse.state&button && w != QInputContext::microFocusWidget() ) //button press
- QInputContext::reset( oldFocus );
--#endif
-+#endif
- QFocusEvent::setReason( QFocusEvent::Mouse);
- w->setFocus();
- QFocusEvent::resetReason();
-@@ -3540,7 +3633,7 @@
- QApplication::sendEvent( widget, &enter );
- (*mouseInWidget) = widget;
- #ifndef QT_NO_QWS_IM
-- if ( e.type() == QEvent::MouseButtonPress &&
-+ if ( e.type() == QEvent::MouseButtonPress &&
- !widget->testWFlags( Qt::WStyle_Tool ) &&
- !widget->topLevelWidget()->testWFlags( Qt::WStyle_Tool ) )
- QInputContext::reset( oldFocus );
--- 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 @@