From: Dave Foster Date: Sat, 23 Aug 2008 03:54:07 +0000 (-0400) Subject: Silly commentating. X-Git-Tag: mikabox-3.4.7.2~30^2~1 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=77dd3c234077279ec686d24272db506713b66d94;p=mikachu%2Fopenbox.git Silly commentating. --- diff --git a/openbox/resist.c b/openbox/resist.c index 6843605e..11e3b92f 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -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;