quick typo fix

new_dwm
Anselm R Garbe 15 years ago
parent d6bdd03d91
commit c53b29e60b

@ -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;

Loading…
Cancel
Save