mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-04 21:20:39 +02:00
exposay: avoid needlessly activating the active view
Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
This commit is contained in:
parent
e818d59e88
commit
a75920190e
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ exposay_highlight_surface(struct desktop_shell *shell,
|
|||
{
|
||||
struct weston_view *view = esurface->view;
|
||||
|
||||
if (shell->exposay.focus_current == view)
|
||||
return;
|
||||
|
||||
shell->exposay.row_current = esurface->row;
|
||||
shell->exposay.column_current = esurface->column;
|
||||
shell->exposay.cur_output = esurface->eoutput;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue