Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded missing space - dwm - [fork] customized build of dwm, the dynamic window…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit ae0b4fdd92bc787f14ee21f1dd5c2ced06c6a36f
parent b3cea4d3886458a42f74490d604fe3586035f70b
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 12 Jan 2007 21:56:01 +0100
added missing space
Diffstat:
M draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/draw.c b/draw.c
t@@ -149,7 +149,7 @@ drawclient(Client *c) {
XMapWindow(dpy, c->twin);
dc.x = dc.y = 0;
dc.w = c->tw;
- drawtext(c->name, dc.norm, False,False);
+ drawtext(c->name, dc.norm, False, False);
XCopyArea(dpy, dc.drawable, c->twin, dc.gc, 0, 0, c->tw, c->th, 0, 0);
XSync(dpy, False);
}
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.