From 9fa596ec9b3614aaa92ff3d408540a32eb84ca1f Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 5 Nov 2003 11:26:09 +0000 Subject: updated to 0.37 headers svn path=/trunk/; revision=1166 --- externals/build/include/m_imp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/build/include/m_imp.h') diff --git a/externals/build/include/m_imp.h b/externals/build/include/m_imp.h index b95f5d0e..f6724f9c 100644 --- a/externals/build/include/m_imp.h +++ b/externals/build/include/m_imp.h @@ -44,6 +44,8 @@ struct _class t_anymethod c_anymethod; struct _widgetbehavior *c_wb; /* "gobjs" only */ struct _parentwidgetbehavior *c_pwb;/* widget behavior in parent */ + t_savefn c_savefn; /* function to call when saving */ + t_propertiesfn c_propertiesfn; /* function to start prop dialog */ int c_floatsignalin; /* onset to float for signal input */ char c_gobj; /* true if is a gobj */ char c_patchable; /* true if we have a t_object header */ -- cgit v1.2.1