projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cc3dc
)
oooops RECT_SET_POINT was broken
author
Dana Jansens
<danakj@orodu.net>
Wed, 27 Aug 2003 23:16:06 +0000
(23:16 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 27 Aug 2003 23:16:06 +0000
(23:16 +0000)
openbox/geom.h
patch
|
blob
|
history
diff --git
a/openbox/geom.h
b/openbox/geom.h
index ed24f62bd89509a6743904316284947f410e2201..e20c660a70cc494ddb873abdbcc1d1bd4016fc9d 100644
(file)
--- 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 = (n
y
), (r).y = (ny)
+ (r).x = (n
x
), (r).y = (ny)
#define RECT_SET_SIZE(r, w, h) \
(r).width = (w), (r).height = (h)
#define RECT_SET(r, nx, ny, w, h) \