[monet] Add MnBorder struct type



commit 14a8b1436a6e7d5faf4c897767b985de7a24745e
Author: Thomas Wood <thos gnome org>
Date:   Mon Oct 12 21:14:36 2009 +0100

    Add MnBorder struct type
    
    The MnBorder struct represents the dimensions of a border in widths.

 monet/mn-types.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/monet/mn-types.h b/monet/mn-types.h
index f546614..284ea70 100644
--- a/monet/mn-types.h
+++ b/monet/mn-types.h
@@ -46,4 +46,11 @@ typedef struct
   gdouble height;
 } MnRectangle;
 
+typedef struct
+  gdouble top;
+  gdouble right;
+  gdouble bottom;
+  gdouble left;
+} MnBorder;
+
 #endif /* NM_TYPES_H */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]