pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85da537
)
removed artifact from wmii
author
Anselm R Garbe
<garbeam@gmail.com>
Sat, 23 Aug 2008 08:33:05 +0000
(09:33 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sat, 23 Aug 2008 08:33:05 +0000
(09:33 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
2bf0ba0
..
ba24d9a
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-781,8
+781,6
@@
initfont(const char *fontstr) {
int i, n;
missing = NULL;
- if(dc.font.set)
- XFreeFontSet(dpy, dc.font.set);
dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
if(missing) {
while(n--)