tenforcing using fontsets even if they are incomplete for some encodings - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9bd9ea423e5b4c4bfee65a8495c5d611b242f7b7
(DIR) parent 99964398e7e7e8b23952f7f1997bf78d1afa8e7b
(HTM) 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
t@@ -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
t@@ -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;