enforcing using fontsets even if they are incomplete for some encodings
This commit is contained in:
parent
99964398e7
commit
9bd9ea423e
2 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# dwm version
|
||||
VERSION = 2.5.1
|
||||
VERSION = 2.6
|
||||
|
||||
# Customize below to fit your system
|
||||
|
||||
|
|
4
draw.c
4
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;
|
||||
|
|
Loading…
Reference in a new issue