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:
7225c99
)
fixed small offset issue
author
Anselm R. Garbe
<arg@10kloc.org>
Fri, 29 Sep 2006 15:15:05 +0000
(17:15 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Fri, 29 Sep 2006 15:15:05 +0000
(17:15 +0200)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index a3b20297deec18e510962292982a90624b1d2640..72e32c78b991f30a3bdb6805a36cdbb52b2e18ce 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-194,7
+194,7
@@
dotile(Arg *arg) {
break;
case StackBottom:
c->x = sx;
- c->y = sy + master;
+ c->y = sy + master
+ bh
;
break;
case StackRight:
c->x = sx + master;