diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-13 00:10:06 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-13 00:10:06 +0000 |
commit | 604930f9ea5d458c763aea91d6ed45695b8f1166 (patch) | |
tree | bf58975bdef219372ba578f4f933520ede57bf7b /packages/qte | |
parent | d136678e618e308ee7a47a1650102a9886fafcb2 (diff) |
qte 2.3.10: simpad.patch contains few hunks with white-space only changes,
remove them, as they complicate review and further patching.
Diffstat (limited to 'packages/qte')
-rw-r--r-- | packages/qte/qte-2.3.10/simpad.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/qte/qte-2.3.10/simpad.patch b/packages/qte/qte-2.3.10/simpad.patch index bdca2e79a0..bbce63592b 100644 --- a/packages/qte/qte-2.3.10/simpad.patch +++ b/packages/qte/qte-2.3.10/simpad.patch @@ -74,39 +74,6 @@ #ifdef QT_QWS_SL5XXX #include <asm/sharp_char.h> #endif -@@ -165,9 +220,9 @@ - current = 0; - } - -- void setAutoRepeat(int d, int p) { if ( d > 0 ) repeatdelay=d; -+ void setAutoRepeat(int d, int p) { if ( d > 0 ) repeatdelay=d; - if ( p > 0 ) repeatperiod=p;} -- void getAutoRepeat(int *d ,int *p ) { if (d) *d=repeatdelay; -+ void getAutoRepeat(int *d ,int *p ) { if (d) *d=repeatdelay; - if (p) *p=repeatperiod; } - - void stop() -@@ -551,9 +606,9 @@ - - void doKey(uchar scancode); - -- -+ - void restoreLeds(); -- -+ - private: - bool shift; - bool alt; -@@ -809,7 +864,7 @@ - - #if !defined(QT_QWS_SL5XXX) - if (code == 224 --#if defined(QT_QWS_IPAQ) -+#if defined(QT_QWS_IPAQ) - && !ipaq_return_pressed - #endif - ) { @@ -1775,9 +1830,11 @@ } else { type = spec; |