projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08d83b
)
reverting to original
author
arg@mig29
<unknown>
Thu, 26 Oct 2006 13:41:40 +0000
(15:41 +0200)
committer
arg@mig29
<unknown>
Thu, 26 Oct 2006 13:41:40 +0000
(15:41 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index ed8fea9a0b0b308ddf6ef3854df266341f96ef16..988d3caff95181b956992a4743b30534ecac8934 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-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;