JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
enforcing using fontsets even if they are incomplete for some encodings
authorarg@mig29 <unknown>
Tue, 5 Dec 2006 09:30:31 +0000 (10:30 +0100)
committerarg@mig29 <unknown>
Tue, 5 Dec 2006 09:30:31 +0000 (10:30 +0100)
config.mk
draw.c

index b325d05..6961464 100644 (file)
--- 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
index a67ac58..c0b233f 100644 (file)
--- 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;