From 4412cd1974adf65359d127af12cc815d79469f34 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Mon, 24 Aug 2015 09:12:37 +0900 Subject: [PATCH] hmi-controller: fix wrong width and height are set to a layer of workspace. Signed-off-by: Nobuhiko Tanibata Reviewed-by: Pekka Paalanen Reviewed-by: Bryce Harrington --- ivi-shell/hmi-controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c index 19ceef24e..c38816478 100644 --- a/ivi-shell/hmi-controller.c +++ b/ivi-shell/hmi-controller.c @@ -1287,8 +1287,8 @@ move_workspace_grab_end(struct move_grab *move, struct wl_resource* resource, duration); ivi_controller_interface->layer_set_destination_rectangle(layer, end_pos, pos_y, - hmi_ctrl->workspace_background_layer.width, - hmi_ctrl->workspace_background_layer.height); + hmi_ctrl->workspace_layer.width, + hmi_ctrl->workspace_layer.height); ivi_controller_interface->commit_changes(); }