Ray Strode 78c44ab132 kms-winsys: clean up error handling in _cogl_winsys_renderer_connect
If cogl fails to open the drm device, initialize gbm, or open the
egl display, then it closes the drm fd, uninitializes gbm, closes the
display and then calls _cogl_winsys_renderer_disconnect which does
most of those things again, on the, now deinitialized, members.

This commit removes the explicit failure handling in renderer_connect and
defers cleanup to disconnect.

https://bugzilla.gnome.org/show_bug.cgi?id=754540
2015-09-03 17:29:28 -04:00
..
2015-09-03 08:58:44 +01:00
2015-06-10 15:13:45 +01:00
2015-02-23 18:39:34 +00:00
2014-11-17 15:49:20 +01:00
2014-11-17 15:49:20 +01:00
2015-02-23 18:39:34 +00:00
2013-08-30 12:04:36 +01:00
2015-09-03 09:03:39 +01:00