[PATCH weston 1/9] ivi-shell: remove unused VIEW_ORDER transition
Emre Ucan
eucan at de.adit-jv.com
Wed May 23 08:25:35 UTC 2018
it is not possible to make transition of z-order changes
Signed-off-by: Emre Ucan <eucan at de.adit-jv.com>
---
ivi-shell/hmi-controller.c | 3 ---
ivi-shell/ivi-layout-export.h | 1 -
2 files changed, 4 deletions(-)
diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c
index 0e44df8..f8858c5 100644
--- a/ivi-shell/hmi-controller.c
+++ b/ivi-shell/hmi-controller.c
@@ -265,9 +265,6 @@ mode_divided_into_tiling(struct hmi_controller *hmi_ctrl,
}
hmi_ctrl->interface->layer_set_render_order(ivilayer, new_order, i);
- hmi_ctrl->interface->layer_set_transition(ivilayer,
- IVI_LAYOUT_TRANSITION_LAYER_VIEW_ORDER,
- duration);
}
for (i = idx; i < surf_num; i++)
hmi_ctrl->interface->surface_set_visibility(surfaces[i], false);
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h
index 016d8b5..b6291f1 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
@@ -134,7 +134,6 @@ enum ivi_layout_transition_type{
IVI_LAYOUT_TRANSITION_VIEW_FADE_ONLY,
IVI_LAYOUT_TRANSITION_LAYER_FADE,
IVI_LAYOUT_TRANSITION_LAYER_MOVE,
- IVI_LAYOUT_TRANSITION_LAYER_VIEW_ORDER,
IVI_LAYOUT_TRANSITION_VIEW_MOVE_RESIZE,
IVI_LAYOUT_TRANSITION_VIEW_RESIZE,
IVI_LAYOUT_TRANSITION_VIEW_FADE,
--
2.7.4
More information about the wayland-devel
mailing list