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(-)
>
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