diff 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
line wrap: on
line diff
--- a/include/mb_redraw_man.h	Thu Sep 23 10:14:05 2010 +0800
+++ b/include/mb_redraw_man.h	Thu Sep 23 10:43:56 2010 +0800
@@ -55,6 +55,9 @@
     elmpool_t *observer_pool;
     elmpool_t *subject_pool;
     elmpool_t *paint_color_pool;
+    elmpool_t *paint_linear_pool;
+    elmpool_t *paint_radial_pool;
+    elmpool_t *paint_image_pool;
     elmpool_t *pent_pool;
     elmpool_t *coord_canvas_pool;