Re: [PATCH weston 1/2] main: usual patterns can be extracted to functions

2014-09-09 Thread Pekka Paalanen
Hi, this should really be two separate patches, each with a specific commit message. The subject line here does not really tell much. I rewrote the commit message, and pushed. Thanks, pq On Sat, 6 Sep 2014 07:32:05 +0900 Ryo Munakata wrote: > Signed-off-by: Ryo Munakata > --- > src/compos

[PATCH weston 1/2] main: usual patterns can be extracted to functions

2014-09-05 Thread Ryo Munakata
Signed-off-by: Ryo Munakata --- src/compositor.c | 66 +++- 1 file changed, 41 insertions(+), 25 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 20ff6b2..0ecae23 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -4279,