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:
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 2bf0ba0be8a365cc81480c554af3404c7f84707a..ba24d9a6b78ec79a58fa66d460b630bfc8cfd050 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--)