diff options
Diffstat (limited to 'recipes/qte/qte-2.3.10/disable-dup-rotation.patch')
-rw-r--r-- | recipes/qte/qte-2.3.10/disable-dup-rotation.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/qte/qte-2.3.10/disable-dup-rotation.patch b/recipes/qte/qte-2.3.10/disable-dup-rotation.patch new file mode 100644 index 0000000000..8a2a02240d --- /dev/null +++ b/recipes/qte/qte-2.3.10/disable-dup-rotation.patch @@ -0,0 +1,13 @@ +--- qte/src/kernel/kernelkeyboard.cpp 2008-05-26 16:25:23.000000000 +0100 ++++ qte/src/kernel/kernelkeyboard.cpp 2008-05-26 16:27:52.000000000 +0100 +@@ -627,8 +627,10 @@ + case Qt::Key_Down: + unicode = 0xffff; + mod_key = false; ++#if defined(QT_QWS_IPAQ) || defined(QT_QWS_SL5XXX) + if (qt_screen->isTransformed()) + qtKeyCode = static_cast<Qt::Key>( xform_dirkey(static_cast<int>( qtKeyCode ) ) ); ++#endif + break; + /* + * handle lock, we don't handle scroll lock! |