exposay: Activate a surface when hovering it
[profile/ivi/weston-ivi-shell.git] / src / shell.c
index dae31a0..09ff86c 100644 (file)
@@ -5078,8 +5078,7 @@ exposay_highlight_surface(struct desktop_shell *shell,
                view = esurface->view;
        }
 
-       animate_focus_change(shell, shell->exposay.workspace,
-                            shell->exposay.focus_current, view);
+       activate(shell, view->surface, shell->exposay.seat);
        shell->exposay.focus_current = view;
 }