Mercurial > MadButterfly
diff src/redraw_man.h @ 14:d34232f15863
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 31 Jul 2008 17:43:20 +0800 |
parents | ed55009d96d3 |
children | c2ce186a5c37 |
line wrap: on
line diff
--- a/src/redraw_man.h Thu Jul 31 08:10:00 2008 +0800 +++ b/src/redraw_man.h Thu Jul 31 17:43:20 2008 +0800 @@ -35,9 +35,9 @@ int n_dirty_coords; coord_t **dirty_coords; - int max_redrawing_geos; - int n_redrawing_geos; - geo_t **redrawing_geos; + int max_dirty_geos; + int n_dirty_geos; + geo_t **dirty_geos; int max_dirty_areas; int n_dirty_areas;