yet another consistency fix of dwm 6ba400ee
Anselm R. Garbe · 2007-02-12 17:20 1 file(s) · +1 −1
view.c +1 −1
207 207
208 208
void
209 209
togglefloat(Arg *arg) {
210 -
	if (!sel || arrange == dofloat)
210 +
	if(!sel || arrange == dofloat)
211 211
		return;
212 212
	sel->isfloat = !sel->isfloat;
213 213
	arrange();