summaryrefslogtreecommitdiff
path: root/qte/qte-2.3.8-snapshot/c700-hardware.patch
blob: e061c80a1dbb2b2ebcd0b324f9033b09a4f54e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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