JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed small offset issue
authorAnselm R. Garbe <arg@10kloc.org>
Fri, 29 Sep 2006 15:15:05 +0000 (17:15 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Fri, 29 Sep 2006 15:15:05 +0000 (17:15 +0200)
view.c

diff --git a/view.c b/view.c
index a3b2029..72e32c7 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;