From: Emilio Pozuelo Monfort <[email protected]>
Signed-off-by: Emilio Pozuelo Monfort <[email protected]>
---
desktop-shell/exposay.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c
index fe7a3a7..feadfdc 100644
--- a/desktop-shell/exposay.c
+++ b/desktop-shell/exposay.c
@@ -138,6 +138,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;
--
1.9.rc1
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel