487d8b96ff11bbc80dbc858d2ef234c2e2e9bfd4
[AGL/meta-agl-demo.git] / recipes-graphics / wayland / weston / 0004-ivi-shell-remove-a-code-which-expects-only-a-screen-.patch
1 From 34200aa2bea0a400aa063d2233c8e4c6e44fa8a6 Mon Sep 17 00:00:00 2001
2 From: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
3 Date: Mon, 9 Nov 2015 13:38:23 +0900
4 Subject: [PATCH] ivi-shell: remove a code which expects only a screen in the
5  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 ---
11  ivi-shell/ivi-layout.c | 2 --
12  1 file changed, 2 deletions(-)
13
14 diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
15 index b14726e..31b5def 100644
16 --- a/ivi-shell/ivi-layout.c
17 +++ b/ivi-shell/ivi-layout.c
18 @@ -1012,8 +1012,6 @@ commit_screen_list(struct ivi_layout *layout)
19                                 ivisurf->surface->output = iviscrn->output;
20                         }
21                 }
22 -
23 -               break;
24         }
25  }
26  
27 -- 
28 2.7.4
29