set client-redirected on overrides

This commit is contained in:
Mike Blumenkrantz 2014-02-26 11:26:36 -05:00
parent 1920e62c80
commit ef26b0fb1e
1 changed files with 1 additions and 0 deletions

View File

@ -1163,6 +1163,7 @@ _e_comp_x_show_helper(E_Client *ec)
}
else if (ec->override)
{
ec->redirected = !ec->input_only;
ec->changes.visible = ec->visible = 1;
EC_CHANGED(ec);
if (!ec->comp_data->first_map)