Silly commentating.
authorDave Foster <daf@minuslab.net>
Sat, 23 Aug 2008 03:54:07 +0000 (23:54 -0400)
committerDave Foster <daf@minuslab.net>
Sat, 23 Aug 2008 03:54:07 +0000 (23:54 -0400)
openbox/resist.c

index 6843605ee3ee927fd5b443cbdf2abe3302b66589..11e3b92fedaf6fadfb16d61ca703be4247e9b2bf 100644 (file)
@@ -327,7 +327,7 @@ void resist_size_windows(ObClient *c, gint resist, gint *w, gint *h,
         if (target->below && !c->below && target->skip_taskbar)
             continue;
 
-        /* resist against normal window size */
+        /* check window boundary as it is */
         if (resist_size_window(c->frame->area, target->frame->area,
                                resist, w, h, dir))
             break;