diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 983e46150..6f2e989d7 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1253,7 +1253,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)) + if (state->new_attach && ec->ignored && (ec->comp_data->shell.surface || ec->internal)) { EC_CHANGED(ec); ec->new_client = 1;