Update GENIVI Audio Manager to 7.4 for CES2017 demo.
[AGL/meta-agl.git] / meta-agl-bsp / meta-ti / recipes-arago / weston / weston / 0006-ivi-shell-remove-a-code-which-expects-only-a-screen-.patch
1 From ba9399549000bf581c5b309dd7a26ee818159d70 Mon Sep 17 00:00:00 2001
2 From: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
3 Date: Wed, 25 Nov 2015 23:37:09 +0900
4 Subject: [PATCH 6/7] ivi-shell: remove a code which expects only a screen in
5  the system.
6
7 It breaks from wl_list_for_each of screens when the frist screen found.
8
9 Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
10 Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
11 ---
12  ivi-shell/ivi-layout.c | 2 --
13  1 file changed, 2 deletions(-)
14
15 diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
16 index c7506de..85cb457 100644
17 --- a/ivi-shell/ivi-layout.c
18 +++ b/ivi-shell/ivi-layout.c
19 @@ -1056,8 +1056,6 @@ commit_screen_list(struct ivi_layout *layout)
20                                 ivisurf->surface->output = iviscrn->output;
21                         }
22                 }
23 -
24 -               break;
25         }
26  }
27  
28 -- 
29 2.4.5
30