Re: [PATCH weston] compositor: Don't use surface_list when out of scope.

2012-10-09 Thread Kristian Høgsberg
On Sun, Oct 07, 2012 at 08:56:29AM -0600, Scott Moreau wrote: > The surface_list can only be used when called in a path originating from > weston_output_repaint(). Additionally, the calls omitted by this patch were > redundant since they were called in paths ultimately leading to a repaint > call,

[PATCH weston] compositor: Don't use surface_list when out of scope.

2012-10-07 Thread Scott Moreau
The surface_list can only be used when called in a path originating from weston_output_repaint(). Additionally, the calls omitted by this patch were redundant since they were called in paths ultimately leading to a repaint call, which calls weston_compositor_repick(), which in turn calls weston_de