Allow windows being pushed around to be pushed over the space once occupied by a presently iconic window

SVN revision: 29752
This commit is contained in:
Eric Schuele 2007-04-28 14:52:29 +00:00
parent 38d5caf598
commit ae393e4c27
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ ACT_FN_GO(window_push)
while (cur != NULL)
{
if ((bd->desk == cur->desk) && (bd != cur))
if ((bd->desk == cur->desk) && (bd != cur) && (!cur->iconic))
{
if ((dir == E_DIRECTION_LEFT)
&& (cur->x + cur->w < bd->x)