Browse Source

reverting to original

master
arg@mig29 18 years ago
parent
commit
b93ebcf42f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client.c

+ 1
- 1
client.c View File

@ -202,7 +202,7 @@ manage(Window w, XWindowAttributes *wa) {
c = emallocz(sizeof(Client));
c->tags = emallocz(ntags * sizeof(Bool));
c->win = w;
c->border = wa->border_width;
c->border = 0;
c->x = c->tx = wa->x;
c->y = c->ty = wa->y;
c->w = c->tw = wa->width;


Loading…
Cancel
Save