enforcing using fontsets even if they are incomplete for some encodings
authorarg@mig29
Tue, 05 Dec 2006 10:30:31 +0100
changeset 613 5f4bb0a58f32
parent 612 762c339325b3
child 614 9ae187cb9ea8
enforcing using fontsets even if they are incomplete for some encodings
config.mk
draw.c
--- a/config.mk	Mon Dec 04 21:01:14 2006 +0100
+++ b/config.mk	Tue Dec 05 10:30:31 2006 +0100
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 2.5.1
+VERSION = 2.6
 
 # Customize below to fit your system
 
--- a/draw.c	Mon Dec 04 21:01:14 2006 +0100
+++ b/draw.c	Tue Dec 05 10:30:31 2006 +0100
@@ -179,10 +179,6 @@
 		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;