Re: [PATCH 2/7] compositor-drm: Do not exit when there are no outputs left

2016-08-05 Thread Pekka Paalanen
On Fri, 29 Jul 2016 13:26:23 +0200 Armin Krezović wrote: > When there are no outputs left after a hotplug event, weston > will terminate. This isn't desired when trying to get weston > to work with zero outputs. > > Signed-off-by: Armin Krezović > --- > libweston/compositor-drm.c | 4 > 1

[PATCH 2/7] compositor-drm: Do not exit when there are no outputs left

2016-07-29 Thread Armin Krezović
When there are no outputs left after a hotplug event, weston will terminate. This isn't desired when trying to get weston to work with zero outputs. Signed-off-by: Armin Krezović --- libweston/compositor-drm.c | 4 1 file changed, 4 deletions(-) diff --git a/libweston/compositor-drm.c b/li