From: Dana Jansens Date: Mon, 15 Sep 2003 03:24:27 +0000 (+0000) Subject: fix comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4bb7543de6c66d6d9068f76f253d45f44f58d5fb;p=chaz%2Fopenbox fix comment --- diff --git a/openbox/place.c b/openbox/place.c index a641eb5e..6c64a3bc 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -85,8 +85,8 @@ static GSList* area_remove(GSList *list, Rect *a) } else { Rect isect, extra; - /* Use an intersection of win and curr to determine the space - around curr that we can use. + /* Use an intersection of a and r to determine the space + around r that we can use. NOTE: the spaces calculated can overlap. */