... and nail down iconboxes and pagers again.

SVN revision: 9266
This commit is contained in:
Kim Woelders 2004-03-07 13:35:00 +00:00
parent da0e440745
commit 5de699162c
1 changed files with 2 additions and 10 deletions

View File

@ -629,16 +629,8 @@ SnapshotEwinLocation(EWin * ewin)
if (!sn)
return;
sn->use_xy = 1;
if (((ewin->pager) || (ewin->ibox)) && (ewin->border))
{
sn->x = ewin->x + ewin->border->border.left;
sn->y = ewin->y + ewin->border->border.top;
}
else
{
sn->x = ewin->x;
sn->y = ewin->y;
}
sn->x = ewin->x;
sn->y = ewin->y;
sn->area_x = ewin->area_x;
sn->area_y = ewin->area_y;
}