Re: [PATCH weston v2 3/6] test: Add clock_settime()

2015-04-02 Thread Derek Foreman
On 27/03/15 07:38 AM, Pekka Paalanen wrote: > On Mon, 22 Dec 2014 16:09:58 -0600 > Derek Foreman wrote: > >> Add a way to set the presentation clock to an arbitrary value, but only >> when in test mode. >> >> Signed-off-by: Derek Foreman >> --- >> protocol/wayland-test.xml | 9 + >> sr

Re: [PATCH weston v2 3/6] test: Add clock_settime()

2015-03-27 Thread Pekka Paalanen
On Mon, 22 Dec 2014 16:09:58 -0600 Derek Foreman wrote: > Add a way to set the presentation clock to an arbitrary value, but only > when in test mode. > > Signed-off-by: Derek Foreman > --- > protocol/wayland-test.xml | 9 + > src/compositor.c | 23 +++ >

[PATCH weston v2 3/6] test: Add clock_settime()

2014-12-22 Thread Derek Foreman
Add a way to set the presentation clock to an arbitrary value, but only when in test mode. Signed-off-by: Derek Foreman --- protocol/wayland-test.xml | 9 + src/compositor.c | 23 +++ src/compositor.h | 4 tests/weston-test.c | 13 ++