aboutsummarylogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe2010-03-31 23:27:30 +0100
committerAnselm R Garbe2010-03-31 23:27:30 +0100
commit81c80bd0e1f7da4d5466ab4fa34a179193c87fe1 (patch)
tree4c7003b9b5ed0465ab2401e81a3fc52f076e2564 /dwm.c
parent40629581261dbe5e4ea23d9a6724837d8331128b (diff)
downloadaur-81c80bd0e1f7da4d5466ab4fa34a179193c87fe1.tar.gz
quick typo fix
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 88d80b2a447b..b989e8a8f7fd 100644
--- 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);
-// if(selmon->sel)
-// unfocus(selmon->sel);
+/* if(selmon->sel)
+ unfocus(selmon->sel);*/
if(c) {
if(c->mon != selmon)
selmon = c->mon;