From eb6a2e9c4b334f53d714a2e7f10f73c63c3d2edd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 11:15:51 +0000 Subject: xinerama support like crazy for struts and everything else too. this probably crashes but its been way too long without a commit. --- openbox/geom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/geom.h') diff --git a/openbox/geom.h b/openbox/geom.h index c71dbc23..43eb8ea3 100644 --- a/openbox/geom.h +++ b/openbox/geom.h @@ -142,7 +142,7 @@ typedef struct _StrutPartial { (s1).bottom_start == (s2).bottom_start && \ (s1).bottom_end == (s2).bottom_end) -#define RANGE_INTERSECT(r1x, r1w, r2x, r2w) \ +#define RANGES_INTERSECT(r1x, r1w, r2x, r2w) \ (r1x < r2x + r2w && r1x + r1w > r2x) #endif -- cgit v1.2.3