diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-01-12 10:24:18 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-01-12 11:11:50 -0500 |
commit | 343a27232899c377397466877201f45f1ec94a10 (patch) | |
tree | 3435a1062c97de145c87595fa86eb7c062ca7a27 /src/lib/elput/elput_private.h | |
parent | 078a4eef71a97ea869d8dfc8a8e60d90b8e42265 (diff) | |
download | efl-343a27232899c377397466877201f45f1ec94a10.tar.gz |
elput: Store touch timestamp and slot
This patch adds a timestamp field to the touch structure so that we
can store it and do not have to refetch the timestamp when sending
touch events.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/elput/elput_private.h')
-rw-r--r-- | src/lib/elput/elput_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index 59ec76e36a..51c6f0ab07 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h @@ -175,6 +175,7 @@ struct _Elput_Touch double x, y; int slot; unsigned int points; + unsigned int timestamp; struct { |