From: Michael Lauer Date: Sun, 14 Nov 2004 15:41:46 +0000 (+0000) Subject: remove bogus portions in the vt-switch patch X-Git-Tag: Release-2010-05/1~16270 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8abd244bc6e06944c05989fe1e181ddf58786233;p=openembedded.git remove bogus portions in the vt-switch patch BKrev: 41977cbaBOjjhpmmKZX9aY_oGv-XfA --- 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 @@