override/placed gets set on compositor side

This commit is contained in:
Mike Blumenkrantz 2014-01-15 21:04:10 -05:00
parent cb5c473786
commit 17291018db
1 changed files with 0 additions and 2 deletions

View File

@ -1585,8 +1585,6 @@ _e_client_eval(E_Client *ec)
if ((x != ec->x) || (y != ec->y)) ec->changes.pos = 1;
ec->placed = 1;
}
if (ec->override)
ec->placed = 1;
if (!ec->placed)
{
/* FIXME: special placement for dialogs etc. etc. etc goes