use current client position for post frame set any time changes.pos is set

T790
This commit is contained in:
Mike Blumenkrantz 2014-01-15 21:14:38 -05:00
parent 17291018db
commit 2410660dd1
1 changed files with 1 additions and 1 deletions

View File

@ -2635,7 +2635,7 @@ reshadow:
*/ */
int x, y; int x, y;
if (cw->ec->placed && cw->ec->new_client) if (cw->ec->changes.size)
{ {
x = cw->ec->x; x = cw->ec->x;
y = cw->ec->y; y = cw->ec->y;