aboutsummaryrefslogtreecommitdiff
path: root/externals/build/include/m_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/build/include/m_imp.h')
-rw-r--r--externals/build/include/m_imp.h2
1 files changed, 2 insertions, 0 deletions
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 */