Re: [PATCH weston v4 2/3] compositor: Implement idle inhibition

2016-08-16 Thread Bryce Harrington
On Tue, Aug 16, 2016 at 09:57:31AM -0500, Derek Foreman wrote: > On 15/08/16 09:15 PM, Bryce Harrington wrote: > > On Mon, Aug 15, 2016 at 07:01:24PM -0500, Derek Foreman wrote: > >> On 10/08/16 07:25 PM, Bryce Harrington wrote: > >>> Signed-off-by: Bryce Harrington > >>> --- > >>> Makefile.am

Re: [PATCH weston v4 2/3] compositor: Implement idle inhibition

2016-08-16 Thread Derek Foreman
On 15/08/16 09:15 PM, Bryce Harrington wrote: > On Mon, Aug 15, 2016 at 07:01:24PM -0500, Derek Foreman wrote: >> On 10/08/16 07:25 PM, Bryce Harrington wrote: >>> Signed-off-by: Bryce Harrington >>> --- >>> Makefile.am| 4 ++- >>> configure.ac | 2 ++ >>> libweston/compos

Re: [PATCH weston v4 2/3] compositor: Implement idle inhibition

2016-08-15 Thread Bryce Harrington
On Mon, Aug 15, 2016 at 07:01:24PM -0500, Derek Foreman wrote: > On 10/08/16 07:25 PM, Bryce Harrington wrote: > > Signed-off-by: Bryce Harrington > > --- > > Makefile.am| 4 ++- > > configure.ac | 2 ++ > > libweston/compositor.c | 88 > >

Re: [PATCH weston v4 2/3] compositor: Implement idle inhibition

2016-08-15 Thread Derek Foreman
On 10/08/16 07:25 PM, Bryce Harrington wrote: > Signed-off-by: Bryce Harrington > --- > Makefile.am| 4 ++- > configure.ac | 2 ++ > libweston/compositor.c | 88 > ++ > 3 files changed, 93 insertions(+), 1 deletion(-) > > d

[PATCH weston v4 2/3] compositor: Implement idle inhibition

2016-08-10 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- Makefile.am| 4 ++- configure.ac | 2 ++ libweston/compositor.c | 88 ++ 3 files changed, 93 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 32627f5..951f9ed 1006