aboutsummaryrefslogtreecommitdiff
path: root/audience~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-02 05:19:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-02 05:19:17 +0000
commita2b76c71f48393a78f43606f2bbc34727901f2dd (patch)
tree5eb3e2a78f1d72256a77b3fa2d4324feb1b33787 /audience~
parentb06d166030d3b24c432bcc0c1f4357dfc98db4e2 (diff)
added #if's and minor tweaks to make things compile with pd 0.37
svn path=/trunk/externals/unauthorized/; revision=929
Diffstat (limited to 'audience~')
-rw-r--r--audience~/audience~.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audience~/audience~.c b/audience~/audience~.c
index 4340211..74b19b7 100644
--- a/audience~/audience~.c
+++ b/audience~/audience~.c
@@ -1049,6 +1049,8 @@ void audience_tilde_setup(void)
audience_widgetbehavior.w_deletefn = audience_delete;
audience_widgetbehavior.w_visfn = audience_vis;
audience_widgetbehavior.w_clickfn = audience_click;
+ /* As of 0.37, pd does not have these last two elements in */
+ /* a t_widgetbehavoir anymore. <hans@eds.org> */
#if PD_MAJOR_VERSION == 0
#if PD_MINOR_VERSION < 37 || !defined(PD_MINOR_VERSION)
audience_widgetbehavior.w_propertiesfn = audience_properties;