blob: fdbb5d868f9c98da82166493d11d0a6e4fac8aa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- qt-2.3.9-snapshot-20050114/src/kernel/qwsmouse_qws.cpp~tslib
+++ qt-2.3.9-snapshot-20050114/src/kernel/qwsmouse_qws.cpp
@@ -1836,8 +1836,8 @@
* we're in raw mode and do some easy median
* search.
*/
- // if ( m_raw )
- // return interpolateSample();
+ if ( m_raw )
+ return interpolateSample();
static struct ts_sample sample;
static int ret;
|