aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 09:47:13 +0200
committerarg@10ksloc.org <unknown>2006-08-07 09:47:13 +0200
commit45d16d090b05ee988d2c669e43db1b8c67195809 (patch)
tree1b077dd8265e1aa8eff10e82016a344929d7bdbe /draw.c
parent525c5ff4d8bd9fd4dd2077503b5f43487dda963d (diff)
downloaddwm-45d16d090b05ee988d2c669e43db1b8c67195809.tar.zst
status box should have a border in my eyes
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index dffb490..16f934d 100644
--- a/draw.c
+++ b/draw.c
@@ -125,7 +125,7 @@ drawstatus()
x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
- drawtext(stext, !istile, False);
+ drawtext(stext, !istile, True);
if(sel && ((dc.w = dc.x - x) >= bh)) {
dc.x = x;
drawtext(sel->name, istile, True);