wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 009bb667028c956ef4fd005990b168483048edff
parent a8ad9ba1cdb3c0132f9b9e3f05bb5de522b270dc
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon, 20 Feb 2006 09:44:20 +0100

forward-port of Tobias Ulmers patch


Diffstat:
liblitz/draw.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liblitz/draw.c b/liblitz/draw.c @@ -93,7 +93,7 @@ xdraw_border(Display * dpy, Draw * d) static void draw_text(Display * dpy, Draw * d) { - unsigned int x, y, w, h, shortened = 0; + unsigned int x = 0, y = 0, w = 1, h = 1, shortened = 0; size_t len = 0; static char text[2048];