Client: Reverse client_configure last modif
This commit is contained in:
parent
8a236cc7ac
commit
23b0539686
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user