aboutsummaryrefslogtreecommitdiff
path: root/src/breakpoints~.h
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-26 02:12:13 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-26 02:12:13 +0000
commitd6e37fa5490c8e3465eb4e92a0f9d9a60d3dbc4b (patch)
tree0cd2cff2368c88f9a16b0beaee43af2445743777 /src/breakpoints~.h
parentb8cef69c5bd27cddfa93dd273bdafbee43579f91 (diff)
Updated help files
svn path=/trunk/externals/tof/; revision=12677
Diffstat (limited to 'src/breakpoints~.h')
-rw-r--r--src/breakpoints~.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/breakpoints~.h b/src/breakpoints~.h
index f973dac..b000f53 100644
--- a/src/breakpoints~.h
+++ b/src/breakpoints~.h
@@ -48,6 +48,8 @@ typedef struct _breakpoints
t_float x_f; /* place to hold inlet's value if it's set by message */
+ int state;
+
t_outlet* out2;
t_outlet* out3;
@@ -57,8 +59,8 @@ typedef struct _breakpoints
t_widgetbehavior breakpoints_widgetbehavior;
-void breakpoints_drawme(t_breakpoints *x, t_glist *glist, int firsttime);
-int breakpoints_set_values(t_breakpoints * x);
-void breakpoints_resize(t_breakpoints* x,int ns);
+static void breakpoints_drawme(t_breakpoints *x, t_glist *glist, int firsttime);
+static int breakpoints_set_values(t_breakpoints * x);
+static void breakpoints_resize(t_breakpoints* x,int ns);
#endif