Re: [PATCH weston] compositor: make keep_buffer a bool

2014-11-10 Thread Pekka Paalanen
On Mon, 13 Oct 2014 11:21:06 -0700 Bryce Harrington wrote: > On Fri, Oct 10, 2014 at 09:36:45AM -0500, Derek Foreman wrote: > > The comments already call it bool, so let's just make it one > > LGTM > > Reviewed-by: Bryce Harrington > > --- > > src/compositor-drm.c | 4 ++-- > > src/compositor

Re: [PATCH weston] compositor: make keep_buffer a bool

2014-10-13 Thread Bryce Harrington
On Fri, Oct 10, 2014 at 09:36:45AM -0500, Derek Foreman wrote: > The comments already call it bool, so let's just make it one LGTM Reviewed-by: Bryce Harrington > --- > src/compositor-drm.c | 4 ++-- > src/compositor.h | 3 ++- > 2 files changed, 4 insertions(+), 3 deletions(-) > > diff --

[PATCH weston] compositor: make keep_buffer a bool

2014-10-10 Thread Derek Foreman
The comments already call it bool, so let's just make it one --- src/compositor-drm.c | 4 ++-- src/compositor.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 07b83a7..bee41ef 100644 --- a/src/compositor-drm.c +++ b/sr