From 385a3d8034003a412fa73840bf985582bf6b4547 Mon Sep 17 00:00:00 2001 From: sandman Date: Sun, 02 Jun 2002 01:21:42 +0000 Subject: Patch to remove unneeded hunk from diff - sideeffect: The diff is useable with both stock 2.3.2 and 2.3.3pre --- (limited to 'qt') diff --git a/qt/qte232-for-qpe150-keyboard.patch b/qt/qte232-for-qpe150-keyboard.patch index 5e212e9..597703a 100644 --- a/qt/qte232-for-qpe150-keyboard.patch +++ b/qt/qte232-for-qpe150-keyboard.patch @@ -125,15 +125,6 @@ (code == 55 || ( code >= 71 && code <= 83 )) ) keypad = Qt::Keypad; -@@ -751,7 +798,7 @@ - bool bShift = shift; - int unicode = 0; - if (code < keyMSize) { -- if (!extended) { -+ if (extended == 0) { - bool bCaps = caps ^ shift; - #if defined(QT_QWS_CUSTOM) - if (fn) { @@ -790,7 +837,7 @@ unicode = QWSServer::keyMap()[code].shift_unicode ? QWSServer::keyMap()[code].shift_unicode : 0xffff; else -- cgit v0.9.0.2