summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 11:25:47 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 11:25:47 +0000
commitb394fe8e1014d901f2ae5855fb449d0ac0b3b2a2 (patch)
treec32d01dc255bc181899f7c0519c39e30984b06d6 /openbox/screen.c
parent12ce61180722770709e55469b656c75b01216753 (diff)
wrong variable
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 1cdf31f5..40b08f33 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -1349,7 +1349,7 @@ Rect* screen_area(guint desktop, guint head, Rect *search)
StrutPartial *s = it->data;
if (STRUT_BOTTOM_IN_SEARCH(s, search) &&
!STRUT_BOTTOM_IGNORE(s, us, search))
- r = MIN(r, ar - s->bottom);
+ b = MIN(b, ar - s->bottom);
}
/* limit to this monitor */