summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xweston-ivi-shell/src/ivi-controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/weston-ivi-shell/src/ivi-controller.c b/weston-ivi-shell/src/ivi-controller.c
index 8387575..154973b 100755
--- a/weston-ivi-shell/src/ivi-controller.c
+++ b/weston-ivi-shell/src/ivi-controller.c
@@ -1092,7 +1092,7 @@ controller_screen_set_render_order(struct wl_client *client,
}
ivi_layout_screenSetRenderOrder(iviscrn->layout_screen,
- layoutlayer_array, id_layers->size);
+ layoutlayer_array, i);
free(layoutlayer_array);
}