pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fad4c4
)
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
author
Anselm R Garbe
<garbeam@gmail.com>
Tue, 29 Jul 2008 10:32:22 +0000
(11:32 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Tue, 29 Jul 2008 10:32:22 +0000
(11:32 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
52bb9f1
..
5f3b9c9
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-904,7
+904,7
@@
manage(Window w, XWindowAttributes *wa) {
if(c->w == sw && c->h == sh) {
c->x = sx;
c->y = sy;
- c->bw =
wa->border_width
;
+ c->bw =
0
;
}
else {
if(c->x + c->w + 2 * c->bw > sx + sw)