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:
03128f7
)
removed small 1px gap, somehow without it things feel better
author
Anselm R. Garbe
<arg@10kloc.org>
Fri, 25 Aug 2006 13:37:00 +0000
(15:37 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Fri, 25 Aug 2006 13:37:00 +0000
(15:37 +0200)
draw.c
patch
|
blob
|
history
diff --git
a/draw.c
b/draw.c
index 3ddc522d1ad0d0e14152037e1a863a8e86e41f22..102e89e67108e12250d6147a1b4103d21c5e3017 100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-109,7
+109,7
@@
drawstatus()
else
drawtext(tags[i], dc.norm, sel && sel->tags[i]);
}
- x = dc.x + dc.w
+ 1
;
+ x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {