[hackers] [dwm] fixed a comment

From: <arg_AT_suckless.org>
Date: Thu Oct 25 10:45:01 2007

changeset: 1043:bcd7e18e196a
tag: tip
user: arg_AT_suckless.org
date: Thu Oct 25 10:42:55 2007 +0200
summary: fixed a comment

diff -r 2a3f59cc8d2f -r bcd7e18e196a dwm.c
--- a/dwm.c Wed Oct 24 20:34:08 2007 +0200
+++ b/dwm.c Thu Oct 25 10:42:55 2007 +0200
@@ -1597,7 +1597,7 @@ tile(void) {
                 }
                 resize(c, nx, ny, nw, nh, True);
                 if((c->h < bh) || (c->h > nh) || (c->w < bh) || (c->w > nw))
- /* client doesn't accept geometry, so enforce it */
+ /* client doesn't accept size constraints */
                         resize(c, nx, ny, nw, nh, False);
                 if(n > 1 && th != wah)
                         ny = c->y + c->h + 2 * c->border;
Received on Thu Oct 25 2007 - 10:45:01 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:36 UTC