Re: [PATCH weston 01/10] desktop-shell: Simplify popup_end_grab popup_done sending loop

2015-02-23 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:01:53 +0800 Jonas Ådahl wrote: > Can just use wl_list_for_each_safe instead of dealing with pointers > ourself. > > Signed-off-by: Jonas Ådahl > --- > desktop-shell/shell.c | 36 +++- > 1 file changed, 15 insertions(+), 21 deletions(-) >

[PATCH weston 01/10] desktop-shell: Simplify popup_end_grab popup_done sending loop

2015-02-12 Thread Jonas Ådahl
Can just use wl_list_for_each_safe instead of dealing with pointers ourself. Signed-off-by: Jonas Ådahl --- desktop-shell/shell.c | 36 +++- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index f28fc10