Introduction
Introduction Statistics Contact Development Disclaimer Help
tabc... - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit bfa5869da154a0bd356d31cb7fe0d7b97fbc4e9d
parent 087a55f8d35f72560c5a266ee0eb91417e6f58fc
Author: Anselm R Garbe <[email protected]>
Date: Mon, 18 Aug 2008 10:21:24 +0100
abc...
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -568,8 +568,8 @@ drawsquare(Bool filled, Bool empty, Bool invert, unsigned …
void
drawtext(const char *text, unsigned long col[ColLast], Bool invert) {
- int i, x, y, h, len, olen;
char buf[256];
+ int i, x, y, h, len, olen;
XRectangle r = { dc.x, dc.y, dc.w, dc.h };
XSetForeground(dpy, dc.gc, col[invert ? ColFG : ColBG]);
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.