discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=58f7d7e54e5e728b1d5b211f3045f3a04b6f3c08
commit 58f7d7e54e5e728b1d5b211f3045f3a04b6f3c08 Author: Mike Blumenkrantz <[email protected]> Date: Fri Feb 24 14:15:42 2017 -0500 do not shortcut wl surface commit unignore path for internal wins this doesn't seem to do anything and therefor is not worthwhile --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index ce361fe..f33b7ba 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1316,7 +1316,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state) #endif ec->comp_data->in_commit = 1; - if (ec->ignored && (ec->comp_data->shell.surface || ec->internal_elm_win)) + if (ec->ignored && ec->comp_data->shell.surface) { EC_CHANGED(ec); ec->new_client = 1; --
