Re: [PATCH] Add error handling for wl_cursors

2014-04-01 Thread Kristian Høgsberg
On Tue, Mar 18, 2014 at 11:29:00AM +0100, Hardening wrote: > This patch adds some error management in wayland cursors > --- > cursor/wayland-cursor.c | 20 +--- > 1 file changed, 13 insertions(+), 7 deletions(-) Committed this one and the weston cursor error fix. Kristian > diff

Re: [PATCH] Add error handling for wl_cursors

2014-03-18 Thread Bryce W. Harrington
LGTM Reviewed-by: Bryce Harrington On Tue, Mar 18, 2014 at 11:29:00AM +0100, Hardening wrote: > This patch adds some error management in wayland cursors > --- > cursor/wayland-cursor.c | 20 +--- > 1 file changed, 13 insertions(+), 7 deletions(-) > > diff --git a/cursor/wayland

[PATCH] Add error handling for wl_cursors

2014-03-18 Thread Hardening
This patch adds some error management in wayland cursors --- cursor/wayland-cursor.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/cursor/wayland-cursor.c b/cursor/wayland-cursor.c index b16f530..dba3b51 100644 --- a/cursor/wayland-cursor.c +++ b/cursor/