summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-04-01 11:21:07 +0900
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2014-04-04 09:36:55 +0200
commite1ba2dcecfb25caf2016f840dcb7a16037cc4f74 (patch)
tree1b0727820e40f73ea0912984774fb38d59cdc2de
parent28e0005c411647d0b20ab364cd5038213b38b409 (diff)
downloadwayland-ivi-extension-e1ba2dcecfb25caf2016f840dcb7a16037cc4f74.tar.gz
Remove wl_list_init of layer_list which will be used by ivi_shell
To avoid clearing not related ivi_controller.so layer. E.g. cursor and software keyboard. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
-rw-r--r--[-rwxr-xr-x]weston-ivi-shell/src/ivi-controller.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/weston-ivi-shell/src/ivi-controller.c b/weston-ivi-shell/src/ivi-controller.c
index cd64600..dd1c95a 100755..100644
--- a/weston-ivi-shell/src/ivi-controller.c
+++ b/weston-ivi-shell/src/ivi-controller.c
@@ -1542,7 +1542,6 @@ init_ivi_shell(struct weston_compositor *ec, struct ivishell *shell)
shell->compositor = ec;
- wl_list_init(&ec->layer_list);
wl_list_init(&shell->list_surface);
wl_list_init(&shell->list_layer);
wl_list_init(&shell->list_screen);