Mercurial > dwm-meillo
changeset 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 (2006-12-05) |
parents | 762c339325b3 |
children | 9ae187cb9ea8 |
files | config.mk draw.c |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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;