comparison include/mb_redraw_man.h @ 867:4f8d53be9488

Allocate linear, radial, image paints from elmpools
author Thinker K.F. Li <thinker@codemud.net>
date Thu, 23 Sep 2010 10:43:56 +0800
parents 9a7ac4487849
children 3fe8054457a8
comparison
equal deleted inserted replaced
866:9a7ac4487849 867:4f8d53be9488
53 elmpool_t *sh_path_pool; 53 elmpool_t *sh_path_pool;
54 elmpool_t *sh_rect_pool; 54 elmpool_t *sh_rect_pool;
55 elmpool_t *observer_pool; 55 elmpool_t *observer_pool;
56 elmpool_t *subject_pool; 56 elmpool_t *subject_pool;
57 elmpool_t *paint_color_pool; 57 elmpool_t *paint_color_pool;
58 elmpool_t *paint_linear_pool;
59 elmpool_t *paint_radial_pool;
60 elmpool_t *paint_image_pool;
58 elmpool_t *pent_pool; 61 elmpool_t *pent_pool;
59 elmpool_t *coord_canvas_pool; 62 elmpool_t *coord_canvas_pool;
60 63
61 coords_t dirty_coords; 64 coords_t dirty_coords;
62 geos_t dirty_geos; 65 geos_t dirty_geos;