diff options
author | Lorn Potter <lpotter@trolltech.com> | 2004-09-13 09:46:28 +0000 |
---|---|---|
committer | Lorn Potter <lpotter@trolltech.com> | 2004-09-13 09:46:28 +0000 |
commit | 5060445465e745c0f6a48052fbbcb078e98d6530 (patch) | |
tree | 14925d6dd1357d9dc49275c468e3b0aa06f35975 /qte | |
parent | e96b07de4a5f9a5b361664f6c883ff85958472d1 (diff) |
make c700-hardware patch apply to qt-2.3.9
BKrev: 41456c74gocp6SzVAHp1MHP-ILRumQ
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte-2.3.8-snapshot/c700-hardware.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/qte/qte-2.3.8-snapshot/c700-hardware.patch b/qte/qte-2.3.8-snapshot/c700-hardware.patch index e69de29bb2..e061c80a1d 100644 --- a/qte/qte-2.3.8-snapshot/c700-hardware.patch +++ b/qte/qte-2.3.8-snapshot/c700-hardware.patch @@ -0,0 +1,17 @@ +--- qwsmouse_qws.cpp.~1~ 2004-09-13 09:17:07 +10:00 ++++ qt-2.3.9/src/kernel/qwsmouse_qws.cpp 2004-09-13 19:41:23 +10:00 +@@ -71,10 +71,10 @@ + #elif defined(QT_QWS_SL5XXX) + #define QT_QWS_SL5XXX_RAW + typedef struct { +- long y; +- long x; +- long pressure; +- long long millisecs; ++ unsigned short pressure; ++ unsigned short x; ++ unsigned short y; ++ unsigned short millisecs; + } TS_EVENT; + #define QT_QWS_TP_SAMPLE_SIZE 10 + #define QT_QWS_TP_MINIMUM_SAMPLES 4 |