Re: [PATCH weston 2/2] compositor-drm: Add proper error handling to init

2012-06-22 Thread Kristian Høgsberg
On Fri, Jun 22, 2012 at 02:04:37PM +0100, Daniel Stone wrote: > This way, if initialisation fails (say, udev or Mesa are broken, or we > couldn't find any devices), we'll at least take you back to where you > were, rather than leave you at a totally broken VT you can't escape > from. Thanks for cl

[PATCH weston 2/2] compositor-drm: Add proper error handling to init

2012-06-22 Thread Daniel Stone
This way, if initialisation fails (say, udev or Mesa are broken, or we couldn't find any devices), we'll at least take you back to where you were, rather than leave you at a totally broken VT you can't escape from. Signed-off-by: Daniel Stone --- src/compositor-drm.c | 57 +