[PATCH 01/43] core: some helper macros for easier access to box dimensions

"Enrico Weigelt, metux IT consult" <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
---
 src/cairo-box-inline.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cairo-box-inline.h b/src/cairo-box-inline.h
index d6b9941..406102a 100644
--- a/src/cairo-box-inline.h
+++ b/src/cairo-box-inline.h
@@ -118,4 +118,7 @@ _cairo_box_is_pixel_aligned (const cairo_box_t *box)
 #endif
 }
 
+#define _CAIRO_BOX_WIDTH(box)	(abs((box).p2.x-(box).p1.x))
+#define _CAIRO_BOX_HEIGHT(box)	(abs((box).p2.y-(box).p1.y))
+
 #endif /* CAIRO_BOX_H */
-- 
2.6.4.442.g545299f

-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.