]> Dogcows Code - chaz/openbox/blobdiff - openbox/geom.h
oooops RECT_SET_POINT was broken
[chaz/openbox] / openbox / geom.h
index ed24f62bd89509a6743904316284947f410e2201..e20c660a70cc494ddb873abdbcc1d1bd4016fc9d 100644 (file)
@@ -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) \
This page took 0.024728 seconds and 4 git commands to generate.