Mercurial > MadButterfly
comparison tools/mb_c_header.m4 @ 130:3a4d6179e6a9
change mb_c_source.m4 and mb_c_header.m4 to specify parent for SVG object
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 16 Sep 2008 21:23:34 +0800 |
parents | 1a1dda98730c |
children | 6ce68c1f7405 |
comparison
equal
deleted
inserted
replaced
129:ba581d8a4b9b | 130:3a4d6179e6a9 |
---|---|
50 struct $1 { | 50 struct $1 { |
51 coord_t *root_coord;] | 51 coord_t *root_coord;] |
52 $2[]dnl | 52 $2[]dnl |
53 [}; | 53 [}; |
54 | 54 |
55 extern $1_t *$1_new(redraw_man_t *rdman); | 55 extern $1_t *$1_new(redraw_man_t *rdman, coord_t *parent_coord); |
56 extern void $1_free($1_t *obj); | 56 extern void $1_free($1_t *obj); |
57 | 57 |
58 #endif /* __$1_H_ */] | 58 #endif /* __$1_H_ */] |
59 ]) | 59 ]) |
60 divert[]dnl | 60 divert[]dnl |