Valgrindings.

SVN revision: 11118
This commit is contained in:
Kim Woelders 2004-07-30 23:28:42 +00:00
parent 496bbf4001
commit 9a85e829be
1 changed files with 5 additions and 0 deletions

View File

@ -526,6 +526,11 @@ ICCCM_GetGeoms(EWin * ewin, Atom atom_change)
if (atom_change && atom_change != E_XA_WM_NORMAL_HINTS)
EDBUG_RETURN_;
x = ewin->client.x;
y = ewin->client.y;
w = ewin->client.w;
h = ewin->client.h;
bw = ewin->client.bw;
EGetGeometry(disp, ewin->client.win, &ww, &x, &y, &w, &h, &bw, &dummy);
ewin->client.x = x;
ewin->client.y = y;