packages/qte/qte-2.3.10 borzoi kernel-keymap:
authorHolger Freyther <zecke@selfish.org>
Wed, 5 Apr 2006 21:21:34 +0000 (21:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Apr 2006 21:21:34 +0000 (21:21 +0000)
-apply the borzoi hack to the location
 of the file.
-I hate this patch...

packages/qte/qte-2.3.10/kernel-keymap-CXK.patch

index 6aca81e..a32207d 100644 (file)
@@ -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