libweston: Use struct timespec for key events
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Thu, 16 Nov 2017 16:20:57 +0000 (18:20 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Mon, 27 Nov 2017 09:42:07 +0000 (11:42 +0200)
commit47e79c860b3bd90de757230ff7db4822d95b9113
treeae8f20b42c0e0f888ba36ddda8ced46e53463440
parent80321942e769f89e76f5372d4283aaad8fb4bd9e
libweston: Use struct timespec for key events

Change code related to key events to use struct timespec to represent
time.

This commit is part of a larger effort to transition the Weston codebase
to struct timespec.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
22 files changed:
compositor/screen-share.c
compositor/text-backend.c
compositor/weston-screenshooter.c
desktop-shell/exposay.c
desktop-shell/shell.c
ivi-shell/ivi-shell.c
libweston-desktop/seat.c
libweston/bindings.c
libweston/compositor-drm.c
libweston/compositor-rdp.c
libweston/compositor-wayland.c
libweston/compositor-x11.c
libweston/compositor.c
libweston/compositor.h
libweston/data-device.c
libweston/gl-renderer.c
libweston/input.c
libweston/launcher-util.c
libweston/libinput-device.c
libweston/pixman-renderer.c
tests/surface-screenshot.c
tests/weston-test.c