Re: [PATCH weston] clients/simple-shm: remove unreachable function call

2016-11-24 Thread Ryo Munakata
Hi Daniel-san. On Mon, 21 Nov 2016 09:44:42 + Daniel Stone wrote: > Hi Munakata-san, > > On 18 November 2016 at 12:17, Ryo Munakata wrote: > > window->wait_for_configure should be false after dispatching more than once. > > Therefore this redraw() will never be called. > > > > Signed-off-

Re: [PATCH weston] clients/simple-shm: remove unreachable function call

2016-11-21 Thread Daniel Stone
Hi Munakata-san, On 18 November 2016 at 12:17, Ryo Munakata wrote: > window->wait_for_configure should be false after dispatching more than once. > Therefore this redraw() will never be called. > > Signed-off-by: Ryo Munakata > --- > clients/simple-shm.c | 3 --- > 1 file changed, 3 deletions(-

[PATCH weston] clients/simple-shm: remove unreachable function call

2016-11-18 Thread Ryo Munakata
window->wait_for_configure should be false after dispatching more than once. Therefore this redraw() will never be called. Signed-off-by: Ryo Munakata --- clients/simple-shm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/simple-shm.c b/clients/simple-shm.c index 9fa2e21..04b4eff