Re: [PATCH] tests: attach the surface's buffer when moving it

2013-03-04 Thread Kristian Høgsberg
On Thu, Feb 28, 2013 at 06:44:54PM +0100, Giulio Camuffo wrote: > move_client() needs to attach the buffer, even if it was attached already, > because since 184df50 configure() will be called only on newly attached > surfaces, but the one that sets the test surface position is the configure > funct

[PATCH] tests: attach the surface's buffer when moving it

2013-02-28 Thread Giulio Camuffo
move_client() needs to attach the buffer, even if it was attached already, because since 184df50 configure() will be called only on newly attached surfaces, but the one that sets the test surface position is the configure function. --- tests/weston-test-client-helper.c | 5 - 1 file changed, 4