dwm

dynamic window manager
git clone https://git.parazyd.org/dwm
Log | Files | Refs | README | LICENSE

commit 258c3380305683de8031871cf95c1cc04ed7ad9e
parent 85da53785614bcaa626cd1346ce8753291b01760
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Sat, 23 Aug 2008 09:33:05 +0100

removed artifact from wmii
Diffstat:
Mdwm.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dwm.c b/dwm.c @@ -781,8 +781,6 @@ initfont(const char *fontstr) { int i, n; missing = NULL; - if(dc.font.set) - XFreeFontSet(dpy, dc.font.set); dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); if(missing) { while(n--)