enforcing using fontsets even if they are incomplete for some encodings
9bd9ea42
2 file(s) · +1 −5
| 1 | 1 | # dwm version |
|
| 2 | - | VERSION = 2.5.1 |
|
| 2 | + | VERSION = 2.6 |
|
| 3 | 3 | ||
| 4 | 4 | # Customize below to fit your system |
|
| 5 | 5 |
| 179 | 179 | while(n--) |
|
| 180 | 180 | fprintf(stderr, "missing fontset: %s\n", missing[n]); |
|
| 181 | 181 | XFreeStringList(missing); |
|
| 182 | - | if(dc.font.set) { |
|
| 183 | - | XFreeFontSet(dpy, dc.font.set); |
|
| 184 | - | dc.font.set = NULL; |
|
| 185 | - | } |
|
| 186 | 182 | } |
|
| 187 | 183 | if(dc.font.set) { |
|
| 188 | 184 | XFontSetExtents *font_extents; |