aboutsummaryrefslogtreecommitdiff
path: root/cooled~
diff options
context:
space:
mode:
Diffstat (limited to 'cooled~')
-rw-r--r--cooled~/cooled~.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cooled~/cooled~.c b/cooled~/cooled~.c
index 0be998d..d0fd468 100644
--- a/cooled~/cooled~.c
+++ b/cooled~/cooled~.c
@@ -1365,8 +1365,12 @@ void cooled_tilde_setup(void)
cooled_widgetbehavior.w_deletefn = cooled_delete;
cooled_widgetbehavior.w_visfn = cooled_vis;
cooled_widgetbehavior.w_clickfn = cooled_click;
+#if PD_MAJOR_VERSION == 0
+#if PD_MINOR_VERSION < 37 || !defined(PD_MINOR_VERSION)
cooled_widgetbehavior.w_propertiesfn = cooled_properties;
cooled_widgetbehavior.w_savefn = cooled_save;
+#endif
+#endif
CLASS_MAINSIGNALIN( cooled_class, t_cooled, x_f );
class_addmethod(cooled_class, (t_method)cooled_dsp, gensym("dsp"), A_NULL);