summaryrefslogtreecommitdiff
path: root/tools/common-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common-defs.h')
-rw-r--r--tools/common-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/common-defs.h b/tools/common-defs.h
index 0e08bc5..e435f72 100644
--- a/tools/common-defs.h
+++ b/tools/common-defs.h
@@ -72,6 +72,8 @@ static void report_frame(const struct utouch_frame *frame)
72 fprintf(stderr, " angle: %f\n", t->orientation); 72 fprintf(stderr, " angle: %f\n", t->orientation);
73 fprintf(stderr, " pressure: %f\n", t->pressure); 73 fprintf(stderr, " pressure: %f\n", t->pressure);
74 fprintf(stderr, " distance: %f\n", t->distance); 74 fprintf(stderr, " distance: %f\n", t->distance);
75 fprintf(stderr, " vx: %f\n", t->vx);
76 fprintf(stderr, " vy: %f\n", t->vy);
75 } 77 }
76 78
77 fprintf(stderr, "sync %d %ld %d %d %d\n", 79 fprintf(stderr, "sync %d %ld %d %d %d\n",