[monet] [types] add MnRectangle struct
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [monet] [types] add MnRectangle struct
- Date: Fri, 18 Sep 2009 14:36:03 +0000 (UTC)
commit a8a4625db3316475f40f567f9e80084eabeeb9b1
Author: Thomas Wood <thomas wood intel com>
Date: Fri Sep 4 20:02:25 2009 +0100
[types] add MnRectangle struct
monet/mn-types.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/monet/mn-types.h b/monet/mn-types.h
index e013a66..f546614 100644
--- a/monet/mn-types.h
+++ b/monet/mn-types.h
@@ -38,4 +38,12 @@ typedef enum
MN_FLAGS_CHECKED = 1 << 1
} MnFlags;
+typedef struct
+{
+ gdouble x;
+ gdouble y;
+ gdouble width;
+ gdouble height;
+} MnRectangle;
+
#endif /* NM_TYPES_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]