Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed typo - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7d4a5e654c5421411f1d66360d594285d462d77f
parent 41ba7a79841c3d175f676e9a9ba6893dbc130856
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 25 Aug 2006 15:21:49 +0200
fixed typo
Diffstat:
M draw.c | 2 +-
M main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/draw.c b/draw.c
t@@ -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 + 2;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {
diff --git a/main.c b/main.c
t@@ -129,7 +129,7 @@ setup()
dc.status[ColFG] = getcolor(STATUSFGCOLOR);
setfont(FONT);
- modew = textw(FLOATSYMBOL) > textw(TILEDSYMBOL) ? textw(FLOATSYMBOL) :…
+ modew = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : …
sx = sy = 0;
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.