# HG changeset patch # User Anselm R Garbe # Date 1270074450 -3600 # Node ID 7830e13337e954f7a2ce976b6bf64059cb3ca9e2 # Parent 0bee7022aca5eb47c320a7d38e0b847b861e47d8 quick typo fix diff -r 0bee7022aca5 -r 7830e13337e9 dwm.c --- a/dwm.c Wed Mar 31 23:24:22 2010 +0100 +++ b/dwm.c Wed Mar 31 23:27:30 2010 +0100 @@ -815,8 +815,8 @@ 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;