diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-09 22:52:53 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-09 22:52:53 +0000 |
commit | b2bc8e564be8f926d0a1e050a180d23a2e48b69c (patch) | |
tree | befd0223a6c87bd626a0606f527f5e65f3ad3843 /packages | |
parent | f0f396aca6c1f15fd2963b4badd3a449f89633fb (diff) |
qte 2.3.10: Build with support for mouse cursor.
* Mouse cursor is shown only if mouse input driver is actually in use,
(no used if touchscreen).
* Extends supported machine base and eases dbeugging.
* Tested on qemuarm (and h4000).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/qte/qte-2.3.10/qpe.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qte/qte-2.3.10/qpe.patch b/packages/qte/qte-2.3.10/qpe.patch index af2e31664a..554c42c9ad 100644 --- a/packages/qte/qte-2.3.10/qpe.patch +++ b/packages/qte/qte-2.3.10/qpe.patch @@ -39,7 +39,7 @@ +#define QT_DLL // Internal +#endif + -+#define QT_NO_QWS_CURSOR ++#undef QT_NO_QWS_CURSOR +#define QT_NO_QWS_MOUSE_AUTO +#ifndef QT_NO_CODECS +#define QT_NO_CODECS |