all repos — openbox @ cadab91e522c6426cc79df4f06e7c05232cb0a64

openbox fork - make it a bit more like ryudo

oooops RECT_SET_POINT was broken
Dana Jansens danakj@orodu.net
commit

cadab91e522c6426cc79df4f06e7c05232cb0a64

parent

56cc3dc663372c2f9e4f20b5037faafa7fa72334

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/geom.hopenbox/geom.h

@@ -23,7 +23,7 @@ int height;

} 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) \