quick typo fix

This commit is contained in:
Anselm R Garbe 2010-03-31 23:27:30 +01:00
parent d6bdd03d91
commit c53b29e60b
1 changed files with 2 additions and 2 deletions

4
dwm.c
View File

@ -815,8 +815,8 @@ void
focus(Client *c) {
if(!c || !ISVISIBLE(c))
for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
// if(selmon->sel)
// unfocus(selmon->sel);
/* if(selmon->sel)
unfocus(selmon->sel);*/
if(c) {
if(c->mon != selmon)
selmon = c->mon;