comparison 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
comparison
equal deleted inserted replaced
13:ed55009d96d3 14:d34232f15863
33 33
34 int max_dirty_coords; 34 int max_dirty_coords;
35 int n_dirty_coords; 35 int n_dirty_coords;
36 coord_t **dirty_coords; 36 coord_t **dirty_coords;
37 37
38 int max_redrawing_geos; 38 int max_dirty_geos;
39 int n_redrawing_geos; 39 int n_dirty_geos;
40 geo_t **redrawing_geos; 40 geo_t **dirty_geos;
41 41
42 int max_dirty_areas; 42 int max_dirty_areas;
43 int n_dirty_areas; 43 int n_dirty_areas;
44 area_t **dirty_areas; 44 area_t **dirty_areas;
45 } redraw_man_t; 45 } redraw_man_t;