diff options
| author | 2006-12-05 10:31:20 +0100 | |
|---|---|---|
| committer | 2006-12-05 10:31:20 +0100 | |
| commit | 5d43e9243ce7b3273f2438bec2da170dcc8e329b (patch) | |
| tree | 78604b10f12296ae101b2b747ca097953904595e /draw.c | |
| parent | Added tag 1.5 for changeset e071fb045bd9e8574947acff7196360bc0270e68 (diff) | |
enforcing using imcomplete fonsets anyways
Diffstat (limited to '')
| -rw-r--r-- | draw.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -88,13 +88,8 @@ setfont(const char *fontstr) { if(dc.font.set) XFreeFontSet(dpy, dc.font.set); dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); - if(missing) { + if(missing) XFreeStringList(missing); - if(dc.font.set) { - XFreeFontSet(dpy, dc.font.set); - dc.font.set = NULL; - } - } if(dc.font.set) { XFontSetExtents *font_extents; XFontStruct **xfonts; |
