Re: [PATCH weston] compositor: remove incorrect idle timer initialization

2015-09-24 Thread Pekka Paalanen
On Wed, 23 Sep 2015 18:29:46 +0300 Egor Starkov wrote: > weston_compositor_create() should just create idle timer but > not arm it, because idle-time setting is not read at this point Hi Egor, the explanation in the cover letter is actually even better, so I merged it with this message. > Sign

[PATCH weston] compositor: remove incorrect idle timer initialization

2015-09-23 Thread Egor Starkov
Remove idle timer first update in weston_compositor_create() since idle_time variable is not set at this point. Idle timer is armed properly later in weston_compositor_wake(). Egor Starkov (1): compositor: remove incorrect idle timer initialization src/compositor.c | 1 - 1 file changed, 1 del

[PATCH weston] compositor: remove incorrect idle timer initialization

2015-09-23 Thread Egor Starkov
weston_compositor_create() should just create idle timer but not arm it, because idle-time setting is not read at this point Signed-off-by: Egor Starkov --- src/compositor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index cbef4dc..125afd5 100644 --- a