aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-04-05 21:21:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-05 21:21:34 +0000
commit204bcb2d7913b9bd58f8b38a78685fd15f68b48c (patch)
tree714961c9749432117560d300865d59f5a82bab50 /packages/qte
parent35f0fadc67b1b4836cdb908db02f41841c4cf945 (diff)
downloadopenembedded-204bcb2d7913b9bd58f8b38a78685fd15f68b48c.tar.gz
packages/qte/qte-2.3.10 borzoi kernel-keymap:
-apply the borzoi hack to the location of the file. -I hate this patch...
Diffstat (limited to 'packages/qte')
-rw-r--r--packages/qte/qte-2.3.10/kernel-keymap-CXK.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/qte/qte-2.3.10/kernel-keymap-CXK.patch b/packages/qte/qte-2.3.10/kernel-keymap-CXK.patch
index 6aca81e97d..a32207dc14 100644
--- a/packages/qte/qte-2.3.10/kernel-keymap-CXK.patch
+++ b/packages/qte/qte-2.3.10/kernel-keymap-CXK.patch
@@ -3,14 +3,16 @@
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
---- qt-2.3.10/src/kernel/qkeyboard_qws.cpp~kernel-keymap-CXK.patch 2005-05-05 19:34:05.000000000 +0200
-+++ qt-2.3.10/src/kernel/qkeyboard_qws.cpp 2005-05-05 19:35:47.000000000 +0200
-@@ -1809,7 +1809,11 @@
- case Qt::Key_Up:
+Index: qt-2.3.10/src/kernel/kernelkeyboard.cpp
+===================================================================
+--- qt-2.3.10.orig/src/kernel/kernelkeyboard.cpp 2006-04-05 23:04:30.000000000 +0200
++++ qt-2.3.10/src/kernel/kernelkeyboard.cpp 2006-04-05 23:09:40.514650408 +0200
+@@ -568,7 +568,11 @@
case Qt::Key_Down:
+ unicode = 0xffff;
mod_key = false;
+#if QT_QWS_SLCXK
-+ if (qt_screen->transformOrientation() != 3)
++ if (qt_screen->transformOrientation() != 3)
+#else
if (qt_screen->isTransformed())
+#endif