Re: [PATCH weston v2 2/6] compositors: Wrap clock_gettime() usage

2015-03-18 Thread Derek Foreman
On 18/03/15 03:14 AM, Pekka Paalanen wrote: > On Mon, 22 Dec 2014 16:09:15 -0600 > Derek Foreman wrote: > >> In preparation for a future patch which allows test clients to control >> the presentation clock, we wrap any clock_gettime() of the presentation >> clock in weston_compositor_presentation

Re: [PATCH weston v2 2/6] compositors: Wrap clock_gettime() usage

2015-03-18 Thread Pekka Paalanen
On Mon, 22 Dec 2014 16:09:15 -0600 Derek Foreman wrote: > In preparation for a future patch which allows test clients to control > the presentation clock, we wrap any clock_gettime() of the presentation > clock in weston_compositor_presentation_clock_gettime(). > > Signed-off-by: Derek Foreman

[PATCH weston v2 2/6] compositors: Wrap clock_gettime() usage

2014-12-22 Thread Derek Foreman
In preparation for a future patch which allows test clients to control the presentation clock, we wrap any clock_gettime() of the presentation clock in weston_compositor_presentation_clock_gettime(). Signed-off-by: Derek Foreman --- src/compositor-drm.c | 2 +- src/compositor-fbdev.c|