X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fgeom.h;fp=openbox%2Fgeom.h;h=43eb8ea3ab128b598174cb2e4948af7e6b5e4d21;hb=eb6a2e9c4b334f53d714a2e7f10f73c63c3d2edd;hp=c71dbc239a79d2af83b21793d63e85ff612526a6;hpb=97d4f66cd8db231531e2b425390ff1b4a74e5358;p=chaz%2Fopenbox 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