aewl

diff draw.c @ 613:5f4bb0a58f32

enforcing using fontsets even if they are incomplete for some encodings
author arg@mig29
date Tue, 05 Dec 2006 10:30:31 +0100
parents ecfc43176b2d
children 9ae187cb9ea8
line diff
     1.1 --- a/draw.c	Mon Dec 04 21:01:14 2006 +0100
     1.2 +++ b/draw.c	Tue Dec 05 10:30:31 2006 +0100
     1.3 @@ -179,10 +179,6 @@
     1.4  		while(n--)
     1.5  			fprintf(stderr, "missing fontset: %s\n", missing[n]);
     1.6  		XFreeStringList(missing);
     1.7 -		if(dc.font.set) {
     1.8 -			XFreeFontSet(dpy, dc.font.set);
     1.9 -			dc.font.set = NULL;
    1.10 -		}
    1.11  	}
    1.12  	if(dc.font.set) {
    1.13  		XFontSetExtents *font_extents;