From: Nobuhiko Tanibata Date: Thu, 27 Mar 2014 08:25:25 +0000 (-0700) Subject: Remove wl_list_init of layer_list which will be used by ivi_shell. X-Git-Tag: submit/tizen_ivi/20140328.193458~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85ffdd1e6b5d264c90c5e84bd8150a5357a12c62;p=profile%2Fivi%2Fwayland-ivi-extension.git Remove wl_list_init of layer_list which will be used by ivi_shell. To avoid clearing not related ivi_controller.so Change-Id: Iefeaeaccbe85a39556e791028c7e3b5699083a5e Signed-off-by: Nobuhiko Tanibata --- diff --git a/weston-ivi-shell/src/ivi-controller.c b/weston-ivi-shell/src/ivi-controller.c old mode 100644 new mode 100755 index 9bc5a54..b00efca --- a/weston-ivi-shell/src/ivi-controller.c +++ b/weston-ivi-shell/src/ivi-controller.c @@ -1585,7 +1585,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);