From 77dd3c234077279ec686d24272db506713b66d94 Mon Sep 17 00:00:00 2001 From: Dave Foster Date: Fri, 22 Aug 2008 23:54:07 -0400 Subject: [PATCH] Silly commentating. --- openbox/resist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1