libweston: Rename weston_view_activate() to weston_view_activate_input()

This way, we try to differentiate between input focus and window/surface
activation.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad
2021-03-05 22:07:30 +02:00
parent f3584cf995
commit d6ccc8b025
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3866,7 +3866,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
if (shsurf->output)
lower_fullscreen_layer(shell, shsurf->output);
weston_view_activate(view, seat, flags);
weston_view_activate_input(view, seat, flags);
if (shseat->focused_surface) {
struct shell_surface *current_focus =