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
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 --