Mercurial > MadButterfly
diff include/mb_types.h @ 586:b42d69ab8857 openvg
Replace mbe_clip() with mbe_scissoring()
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 30 Jun 2010 13:28:53 +0800 |
parents | 49e79253b6d3 |
children | 7b4e80ab671a |
line wrap: on
line diff
--- a/include/mb_types.h Wed Jun 30 09:52:22 2010 +0800 +++ b/include/mb_types.h Wed Jun 30 13:28:53 2010 +0800 @@ -8,7 +8,6 @@ typedef struct _shape shape_t; typedef struct _geo geo_t; -typedef struct _area area_t; typedef struct _shnode shnode_t; typedef struct _paint paint_t; typedef struct _mb_obj mb_obj_t; @@ -99,11 +98,6 @@ shnode_t *next; }; -struct _area { - co_aix x, y; - co_aix w, h; -}; - /*! \brief Geometry data of a shape or a group of shape. */ struct _geo {