Re: [PATCH weston v2] removed extra sigemptyset and updated documentation

2013-03-27 Thread Kristian Høgsberg
On Wed, Mar 27, 2013 at 03:45:39PM +0100, Peter Maatman wrote: > From: blackwolf12333 Thanks, this is a useful feature. However, following up to a patch review typically means taking the suggested changes and adding them into the original patch, using something like git commit --amend -a to upda

Re: [PATCH weston v2] removed extra sigemptyset and updated documentation

2013-03-27 Thread Siddharth Heroor
On Wed, Mar 27, 2013 at 8:15 PM, Peter Maatman wrote: > From: blackwolf12333 > > --- > src/compositor.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/compositor.c b/src/compositor.c > index ec3d0e3..5d4c9b2 100644 > --- a/src/compositor.c > +++ b/src/compositor.c > @@ -3401,8 +34

[PATCH weston v2] removed extra sigemptyset and updated documentation

2013-03-27 Thread Peter Maatman
From: blackwolf12333 --- src/compositor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index ec3d0e3..5d4c9b2 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3401,8 +3401,6 @@ catch_signals() action.sa_sigaction = on_caught_signal;