Browse Source

Client: Reverse client_configure last modif

Martin Duquesnoy 14 years ago
parent
commit
23b0539686
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/client.c

+ 2 - 2
src/client.c

@@ -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;