dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 9bd9ea423e5b4c4bfee65a8495c5d611b242f7b7
parent 99964398e7e7e8b23952f7f1997bf78d1afa8e7b
Author: arg@mig29 <unknown>
Date:   Tue,  5 Dec 2006 10:30:31 +0100

enforcing using fontsets even if they are incomplete for some encodings
Diffstat:
Mconfig.mk | 2+-
Mdraw.c | 4----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/config.mk b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 2.5.1
+VERSION = 2.6
 
 # Customize below to fit your system
 
diff --git a/draw.c b/draw.c
@@ -179,10 +179,6 @@ setfont(const char *fontstr) {
         while(n--)
             fprintf(stderr, "missing fontset: %s\n", missing[n]);
         XFreeStringList(missing);
-        if(dc.font.set) {
-            XFreeFontSet(dpy, dc.font.set);
-            dc.font.set = NULL;
-        }
     }
     if(dc.font.set) {
         XFontSetExtents *font_extents;