comparison include/mb_redraw_man.h @ 866:9a7ac4487849

Allocate sh_rect_t objects from an elmpool
author Thinker K.F. Li <thinker@codemud.net>
date Thu, 23 Sep 2010 10:14:05 +0800
parents 48df0f97f09e
children 4f8d53be9488
comparison
equal deleted inserted replaced
865:48df0f97f09e 866:9a7ac4487849
49 49
50 elmpool_t *geo_pool; 50 elmpool_t *geo_pool;
51 elmpool_t *coord_pool; 51 elmpool_t *coord_pool;
52 elmpool_t *shnode_pool; 52 elmpool_t *shnode_pool;
53 elmpool_t *sh_path_pool; 53 elmpool_t *sh_path_pool;
54 elmpool_t *sh_rect_pool;
54 elmpool_t *observer_pool; 55 elmpool_t *observer_pool;
55 elmpool_t *subject_pool; 56 elmpool_t *subject_pool;
56 elmpool_t *paint_color_pool; 57 elmpool_t *paint_color_pool;
57 elmpool_t *pent_pool; 58 elmpool_t *pent_pool;
58 elmpool_t *coord_canvas_pool; 59 elmpool_t *coord_canvas_pool;