summaryrefslogtreecommitdiff
path: root/openbox/place.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-15 03:24:27 +0000
committerDana Jansens <danakj@orodu.net>2003-09-15 03:24:27 +0000
commit4bb7543de6c66d6d9068f76f253d45f44f58d5fb (patch)
treed52e5cf0bc1e797c0113a7617e513264f889ba9f /openbox/place.c
parent1f451f5de0906cd754419e04407ad6ea4d1e87ef (diff)
fix comment
Diffstat (limited to 'openbox/place.c')
-rw-r--r--openbox/place.c4
1 files changed, 2 insertions, 2 deletions
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.
*/