Addition of the window animation interface.
[profile/ivi/ico-uxf-weston-plugin.git] / tests / test-homescreen.c
index c76564a..595a9b9 100644 (file)
@@ -1031,7 +1031,8 @@ animation_surface(struct display *display, char *buf)
         surfaceid = search_surface(display, args[0]);
         if (surfaceid >= 0) {
             print_log("HOMESCREEN: animation(%s,%08x,%d)", args[0], surfaceid, args[1]);
-            ico_window_mgr_set_animation(display->ico_window_mgr, surfaceid, args[1]);
+            ico_window_mgr_set_animation(display->ico_window_mgr, surfaceid,
+                                                                                ICO_WINDOW_MGR_ANIMATION_CHANGE_VISIBLE, args[1]);
         }
         else    {
             print_log("HOMESCREEN: Unknown surface(%s) at animation command", args[0]);