[hackers] [dwm] quick typo fix || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Wed, 31 Mar 2010 22:27:36 +0000 (UTC)

changeset: 1509:7830e13337e9
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Wed Mar 31 23:27:30 2010 +0100
files: dwm.c
description:
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;
Received on Wed Mar 31 2010 - 22:27:36 UTC

This archive was generated by hypermail 2.2.0 : Wed Mar 31 2010 - 22:36:07 UTC