about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-08-23 09:33:05 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-08-23 09:33:05 +0100
commit258c3380305683de8031871cf95c1cc04ed7ad9e (patch)
treed6f184ca63acff9dc4b2abd1e34b42d92496c690
parent85da53785614bcaa626cd1346ce8753291b01760 (diff)
downloaddwm-258c3380305683de8031871cf95c1cc04ed7ad9e.tar.gz
removed artifact from wmii
-rw-r--r--dwm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 2bf0ba0..ba24d9a 100644
--- 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--)
' href='#n125'>125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214