SVN revision: 5700
This commit is contained in:
cpk 2001-11-16 11:34:30 +00:00 committed by cpk
parent be884f0c49
commit abb253be30
1 changed files with 5 additions and 0 deletions

View File

@ -1423,12 +1423,17 @@ e_border_release(E_Border *b)
{
int pl, pr, pt, pb;
D_ENTER;
pl = pr = pt = pb = 0;
if (b->bits.t) ebits_get_insets(b->bits.t, &pl, &pr, &pt, &pb);
ecore_window_reparent(b->win.client, 0, b->current.x + pl, b->current.y + pt);
e_icccm_release(b->win.client);
D_RETURN;
}
E_Border *
e_border_adopt(Window win, int use_client_pos)
{