Client: Reverse client_configure last modif

This commit is contained in:
Martin Duquesnoy 2010-03-25 13:46:59 +01:00
parent 8a236cc7ac
commit 23b0539686

View File

@ -57,8 +57,8 @@ client_configure(Client *c)
ev.type = ConfigureNotify;
ev.event = c->win;
ev.window = c->win;
ev.x = spgeo[c->screen].x + c->geo.x;
ev.y = spgeo[c->screen].y + c->geo.y;
ev.x = c->geo.x;
ev.y = c->geo.y;
ev.width = c->geo.width;
ev.height = c->geo.height;
ev.above = None;