projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
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
patch
|
blob
|
history
draw.c
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index b325d05437eedcbe455b6675e91c8c4b9b12d118..6961464221205851212d7749d24a810009f8b178 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 a67ac58dc687a1941e83f4649fd1857c35092f74..c0b233fe22b0177a52ab4fab28fe34d243b4af14 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;