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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user