summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-05-30 17:29:12 +0900
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-06-22 00:15:38 +0900
commitef44f45e3a3e6870518529c540fe7862647145ba (patch)
tree54e52056279bc35db89f541b88683aee4b2f3c95 /clients
parent5d5b61a6d9527fa314373693e31344f49000a258 (diff)
downloadweston-ef44f45e3a3e6870518529c540fe7862647145ba.tar.gz
Transition animation support when attribute change of surface happens by ivi-layout api.
interpolate frames during transition. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Diffstat (limited to 'clients')
-rw-r--r--clients/ivi-shell-user-interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/ivi-shell-user-interface.c b/clients/ivi-shell-user-interface.c
index 70b854b9..a8089f14 100644
--- a/clients/ivi-shell-user-interface.c
+++ b/clients/ivi-shell-user-interface.c
@@ -153,6 +153,7 @@ hmi_homescreen_setting {
char *cursor_theme;
int32_t cursor_size;
+ uint32_t transition_duration;
};
volatile int gRun = 0;