JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
quick typo fix
authorAnselm R Garbe <anselm@garbe.us>
Wed, 31 Mar 2010 22:27:30 +0000 (23:27 +0100)
committerAnselm R Garbe <anselm@garbe.us>
Wed, 31 Mar 2010 22:27:30 +0000 (23:27 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index 88d80b2..b989e8a 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -815,8 +815,8 @@ void
 focus(Client *c) {
        if(!c || !ISVISIBLE(c))
                for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
 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;
        if(c) {
                if(c->mon != selmon)
                        selmon = c->mon;