diff 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
line wrap: on
line diff
--- a/include/mb_redraw_man.h	Thu Sep 23 09:55:37 2010 +0800
+++ b/include/mb_redraw_man.h	Thu Sep 23 10:14:05 2010 +0800
@@ -51,6 +51,7 @@
     elmpool_t *coord_pool;
     elmpool_t *shnode_pool;
     elmpool_t *sh_path_pool;
+    elmpool_t *sh_rect_pool;
     elmpool_t *observer_pool;
     elmpool_t *subject_pool;
     elmpool_t *paint_color_pool;