enforcing using fontsets even if they are incomplete for some encodings - dwm - dynamic window manager
HTML git clone https://git.parazyd.org/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 9bd9ea423e5b4c4bfee65a8495c5d611b242f7b7
DIR parent 99964398e7e7e8b23952f7f1997bf78d1afa8e7b
HTML Author: arg@mig29 <unknown>
Date: Tue, 5 Dec 2006 10:30:31 +0100
enforcing using fontsets even if they are incomplete for some encodings
Diffstat:
M config.mk | 2 +-
M draw.c | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -1,5 +1,5 @@
# dwm version
-VERSION = 2.5.1
+VERSION = 2.6
# Customize below to fit your system
DIR diff --git a/draw.c b/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;