discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=de17793fe366d892d164dc177a70885f6cde334c
commit de17793fe366d892d164dc177a70885f6cde334c Author: Mike Blumenkrantz <[email protected]> Date: Wed Mar 4 15:36:23 2015 -0500 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 bd96b99..880e1f6 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; } --
