Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
9996439
)
enforcing using fontsets even if they are incomplete for some encodings
author
arg@mig29 <unknown>
Tue, 5 Dec 2006 09:30:31 +0000
(10:30 +0100)
committer
arg@mig29 <unknown>
Tue, 5 Dec 2006 09:30:31 +0000
(10:30 +0100)
config.mk
diff
|
blob
|
history
draw.c
diff
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
b325d05
..
6961464
100644
(file)
--- 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
diff --git
a/draw.c
b/draw.c
index
a67ac58
..
c0b233f
100644
(file)
--- 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;