Mercurial > MadButterfly
diff src/mb_types.h @ 15:c2ce186a5c37
X_main uses rdman_redraw_all()
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 01 Aug 2008 01:40:07 +0800 |
parents | d34232f15863 |
children | e17e12b112c4 |
line wrap: on
line diff
--- a/src/mb_types.h Thu Jul 31 17:43:20 2008 +0800 +++ b/src/mb_types.h Fri Aug 01 01:40:07 2008 +0800 @@ -27,6 +27,7 @@ #define GEF_DIRTY 0x1 extern int is_overlay(area_t *r1, area_t *r2); +extern void area_init(area_t *area, int n_pos, co_aix pos[][2]); extern void geo_init(geo_t *g, int n_pos, co_aix pos[][2]); extern void geo_mark_overlay(geo_t *g, int n_others, geo_t **others, int *n_overlays, geo_t **overlays); @@ -55,6 +56,7 @@ unsigned int order; unsigned int flags; area_t *cur_area, *last_area; + area_t areas[2]; co_aix matrix[6]; co_aix aggr_matrix[6];