Re: [PATCH weston] compositor: stop sending spurious events on mode switch

2014-11-10 Thread Pekka Paalanen
On Mon, 10 Nov 2014 10:29:59 -0600 Derek Foreman wrote: > commit 6ae7bc982fa accidentally made weston_output_mode_switch_temporary > send done events when it shouldn't. > > Signed-off-by: Derek Foreman > --- > src/compositor.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/co

[PATCH weston] compositor: stop sending spurious events on mode switch

2014-11-10 Thread Derek Foreman
commit 6ae7bc982fa accidentally made weston_output_mode_switch_temporary send done events when it shouldn't. Signed-off-by: Derek Foreman --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 9dcabe3..6a81cc7 100644 --- a/src/compos