comparison tools/mb_c_header.m4 @ 69:a6150b4e0667

Fix bug of newing linear & radial paints
author Thinker K.F. Li <thinker@branda.to>
date Wed, 13 Aug 2008 08:21:06 +0800
parents 3f2872a1a2fe
children 3645e29e4986
comparison
equal deleted inserted replaced
68:018546012798 69:a6150b4e0667
38 struct $1 { 38 struct $1 {
39 coord_t *root_coord;] 39 coord_t *root_coord;]
40 $2[]dnl 40 $2[]dnl
41 [}; 41 [};
42 42
43 extern $1_t *$1_new(redraw_mant_t *rdman); 43 extern $1_t *$1_new(redraw_man_t *rdman);
44 extern void $1_free($1_t *obj); 44 extern void $1_free($1_t *obj);
45 45
46 #endif /* __$1_H_ */] 46 #endif /* __$1_H_ */]
47 ]) 47 ])
48 divert[]dnl 48 divert[]dnl