Touch event filter value is changed to 0.01f
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 24 Jun 2013 06:46:31 +0000 (15:46 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 24 Jun 2013 06:46:31 +0000 (15:46 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] P130621-1023
[problem] Scroller is hard to control.
[cause] Event filter will ignore input event if its delta is smaller than 0.02f
[solution] Change the filter value to 0.01 from 0.02.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I0c527ff8e8594847fca4ac792f489d573dcf4751

packaging/liblivebox-viewer.spec
src/livebox.c

index 96a7220..060284f 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-viewer
 Summary: Library for developing the application.
-Version: 0.13.5
+Version: 0.13.6
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 21b5667..ddebcbb 100644 (file)
@@ -58,7 +58,7 @@ static struct info {
        .fault_list = NULL,
        .init_count = 0,
        .prevent_overwrite = 0,
-       .event_filter = 0.02f,
+       .event_filter = 0.01f,
 };
 
 struct cb_info {