From afc4a200ea476e4cb5baa52bac8e11c9efd398c2 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 06 Nov 2002 04:51:09 +0000 Subject: Unintentional commit --- (limited to 'qt') diff --git a/qt/qte233-for-opie091-keyboard.patch b/qt/qte233-for-opie091-keyboard.patch index c1b85b6..9d76a64 100644 --- a/qt/qte233-for-opie091-keyboard.patch +++ b/qt/qte233-for-opie091-keyboard.patch @@ -35,7 +35,7 @@ + static int ipaq_return_pressed = false; // iPAQ Action Key has ScanCode 0x60: 0x60|0x80 = 0xe0 == extended mode 1 ! +#endif + - #if !defined(QT_QWS_SHARP) + #if !defined(QT_QWS_CUSTOM) - if (code == 224) { + if ((code == 224) +#if defined(QT_QWS_IPAQ) @@ -95,7 +95,7 @@ + break; } } else { - #if defined(QT_QWS_SHARP) + #if defined(QT_QWS_CUSTOM) @@ -650,6 +690,7 @@ repeatable = FALSE; break; -- cgit v0.9.0.2