Re: [PATCH weston] compositor: don't let weston terminate with dpms set to off if possible

2013-04-01 Thread Giulio Camuffo
Looks good to me. 2013/3/30 Philipp Brüschweiler > This will not catch the cases where weston crashes, but it's at least > better than the current state. > --- > src/compositor.c | 28 +++- > 1 file changed, 19 insertions(+), 9 deletions(-) > > diff --git a/src/composit

[PATCH weston] compositor: don't let weston terminate with dpms set to off if possible

2013-03-30 Thread Philipp Brüschweiler
This will not catch the cases where weston crashes, but it's at least better than the current state. --- src/compositor.c | 28 +++- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a3d1ede..7a656e7 100644 --- a/src/co