Re: [PATCH weston 2/3] compositor: Add kill signal

2012-10-04 Thread Kristian Høgsberg
On Thu, Sep 27, 2012 at 05:48:36PM +0300, Tiago Vignatti wrote: > For now it's being emitted only on the desktop shell kill binding. Ok, let's go with this approach. Kristian > Signed-off-by: Tiago Vignatti > --- > src/compositor.c |1 + > src/compositor.h |1 + > src/shell.c |

[PATCH weston 2/3] compositor: Add kill signal

2012-09-27 Thread Tiago Vignatti
For now it's being emitted only on the desktop shell kill binding. Signed-off-by: Tiago Vignatti --- src/compositor.c |1 + src/compositor.h |1 + src/shell.c |4 3 files changed, 6 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 417c508..95ee258 10064