Re: [PATCH weston] terminal: Handle the window close event.

2013-01-28 Thread Kristian Høgsberg
On Mon, Jan 28, 2013 at 01:11:06AM -0800, Dima Ryazanov wrote: > There may be multiple windows open, so destroy the terminal instead of > exiting. Thanks, good fix, committed. Just a stylistic nitpick: we treat commit subjects as headers wrt to punctuation (eg like a newspaper headline) so they

[PATCH weston] terminal: Handle the window close event.

2013-01-28 Thread Dima Ryazanov
There may be multiple windows open, so destroy the terminal instead of exiting. Signed-off-by: Dima Ryazanov --- clients/terminal.c |9 + 1 file changed, 9 insertions(+) diff --git a/clients/terminal.c b/clients/terminal.c index 25acc81..664df5d 100644 --- a/clients/terminal.c +++ b