diff 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
line wrap: on
line diff
--- a/tools/mb_c_header.m4	Tue Sep 16 17:35:04 2008 +0800
+++ b/tools/mb_c_header.m4	Tue Sep 16 21:23:34 2008 +0800
@@ -52,7 +52,7 @@
 $2[]dnl
 [};
 
-extern $1_t *$1_new(redraw_man_t *rdman);
+extern $1_t *$1_new(redraw_man_t *rdman, coord_t *parent_coord);
 extern void $1_free($1_t *obj);
 
 #endif /* __$1_H_ */]