commit | 7239d74bb3d43c46c958079e7c8f759371599455 | [log] [tgz] |
---|---|---|
author | Ryo Munakata <ryomnktml@gmail.com> | Sat Jul 25 11:09:41 2015 +0900 |
committer | Daniel Stone <daniels@collabora.com> | Thu Aug 06 16:20:32 2015 +0100 |
tree | dda41b694047e6aa59dd5a1370e451363a6d9b2f | |
parent | e4d6c83986fb4897c38371b936110d9b7d5a8345 [diff] |
compositor: remove a call to weston_compositor_schedule_repaint 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 <ryomnktml@gmail.com> Reviewed-by: Guilio Camuffo <guiliocamuffo@gmail.com>