[PATCH weston] clients/editor.c: cursor now goes to a new line

2013-07-06 Thread Peter Maatman
--- clients/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index 5404b19..b9579af 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -946,8 +946,8 @@ text_entry_draw_cursor(struct text_entry *entry, cairo_t *cr)

[PATCH weston v2] Added handler for SIGABRT

2013-03-27 Thread Peter Maatman
--- src/compositor.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a2860fd..e750cbe 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3221,17 +3221,17 @@ print_backtrace(void) #endif static v

[PATCH weston v2] Added handler for SIGABRT

2013-03-27 Thread Peter Maatman
From: blackwolf12333 This handler will do exactly the same as the SIGSEGV handler but now for the SIGABRT signal. --- src/compositor.c | 35 +-- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a2860fd..5d4c

[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;