From de17793fe366d892d164dc177a70885f6cde334c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 4 Mar 2015 15:36:23 -0500 Subject: [PATCH] reapply wl surface focus during commit when necessary --- src/bin/e_comp_wl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index bd96b990e..880e1f690 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2697,6 +2697,8 @@ e_comp_wl_surface_commit(E_Client *ec) } } } + if (ec->comp_data->focus_update) + _e_comp_wl_client_focus(ec); return EINA_TRUE; }