X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fgeom.h;h=e20c660a70cc494ddb873abdbcc1d1bd4016fc9d;hb=de4f92ccc66c1dad1a2820a07d1f0161bd61a855;hp=ed24f62bd89509a6743904316284947f410e2201;hpb=584656d96a23ee5f0717b75c165f124c6aafd13d;p=chaz%2Fopenbox diff --git a/openbox/geom.h b/openbox/geom.h index ed24f62b..e20c660a 100644 --- a/openbox/geom.h +++ b/openbox/geom.h @@ -23,7 +23,7 @@ typedef struct _Rect { } Rect; #define RECT_SET_POINT(r, nx, ny) \ - (r).x = (ny), (r).y = (ny) + (r).x = (nx), (r).y = (ny) #define RECT_SET_SIZE(r, w, h) \ (r).width = (w), (r).height = (h) #define RECT_SET(r, nx, ny, w, h) \