summaryrefslogtreecommitdiffstats
path: root/tabbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tabbed.c b/tabbed.c
index 0c44653..0a9561f 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -326,6 +326,7 @@ configurerequest(const XEvent *e)
wc.stack_mode = ev->detail;
XConfigureWindow(dpy, clients[c]->win, ev->value_mask, &wc);
}
+ resize(sel, ww, wh - bh);
}
void