Re: [PATCH weston] compositor: remove a call to weston_compositor_schedule_repaint

2015-07-25 Thread Giulio Camuffo
2015-07-25 4:09 GMT+02:00 Ryo Munakata : > In weston_compositor_create, we initialize output_list. > After that we call weston_compositor_schedule_repaint which just calls > weston_output_schedule_repaint on all elements of output_list. > This call does nothing obviously. So we remove it. That mak

[PATCH weston] compositor: remove a call to weston_compositor_schedule_repaint

2015-07-24 Thread Ryo Munakata
In weston_compositor_create, we initialize output_list. After that we call weston_compositor_schedule_repaint which just calls weston_output_schedule_repaint on all elements of output_list. This call does nothing obviously. So we remove it. Signed-off-by: Ryo Munakata --- src/compositor.c | 2 --