dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: d96307cbe4f8beee03811754f6304a810a7860e5
Parent: 124866e269a783ef51e7a2eeefc0fb5c71d9f037
Author: Anselm R. Garbe
Date:   Mon, 14 May 2007 16:24:01 +0200

thanks to Jukka
Diffstat:
Mclient.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/client.c b/client.c @@ -389,7 +389,6 @@ updatetitle(Client *c) { void unmanage(Client *c) { - Client *nc; XWindowChanges wc; wc.border_width = c->oldborder;