summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-05-21 11:19:20 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-06-15 16:23:33 +0900
commite77f1289c3c28f7fcdcfbbdc950276ec134d679e (patch)
tree01de3ed97ea473c259713476c1da73777f67a1c6 /weston-ivi-shell
parent0f03fa0ea4e05e6161b820e8fd77be67412c60b8 (diff)
downloadwayland-ivi-extension-e77f1289c3c28f7fcdcfbbdc950276ec134d679e.tar.gz
ivi-extension: fix compiler warning -Wreturn-type
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rwxr-xr-xweston-ivi-shell/src/ivi-extension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/weston-ivi-shell/src/ivi-extension.c b/weston-ivi-shell/src/ivi-extension.c
index 0b5a740..50957e0 100755
--- a/weston-ivi-shell/src/ivi-extension.c
+++ b/weston-ivi-shell/src/ivi-extension.c
@@ -603,7 +603,7 @@ ivi_extension_layer_set_transition(struct ivishell *shell,
{
struct ivi_controller_shell *controller_shell = (struct ivi_controller_shell*)shell;
- controller_shell->interface->layer_set_transition(ivilayer, type, duration);
+ return controller_shell->interface->layer_set_transition(ivilayer, type, duration);
}
struct ivi_layout_screen *