Re: [PATCH weston 05/12] libweston: Use struct timespec for motion events

2017-11-24 Thread Alexandros Frantzis
On Fri, Nov 24, 2017 at 03:29:11PM +0200, Pekka Paalanen wrote: > On Thu, 16 Nov 2017 18:20:54 +0200 > Alexandros Frantzis wrote: > > > Change code related to motion events to use struct timespec to represent > > time. > > > > This commit is part of a larger effort to transition the Weston codeb

Re: [PATCH weston 05/12] libweston: Use struct timespec for motion events

2017-11-24 Thread Pekka Paalanen
On Thu, 16 Nov 2017 18:20:54 +0200 Alexandros Frantzis wrote: > Change code related to motion 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 > --- > co

[PATCH weston 05/12] libweston: Use struct timespec for motion events

2017-11-16 Thread Alexandros Frantzis
Change code related to motion 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 --- compositor/screen-share.c | 6 +- desktop-shell/exposay.c| 3 ++-