aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-01 19:53:32 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-01 19:53:32 +0000
commit2f5abe3d9fdc42d3b2f2d50c1d7621487348ac10 (patch)
treeee938cea87d822a48dc5cae896a7f4064be7f2fb /tcl_extras.h
parent893a02e2c234330cd547e2bbbdc779f5c6050bea (diff)
pass inlet number around instead of binding it to the selector
svn path=/trunk/externals/tclpd/; revision=12169
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tcl_extras.h b/tcl_extras.h
index cdfc2e5..3400b7e 100644
--- a/tcl_extras.h
+++ b/tcl_extras.h
@@ -1,4 +1,8 @@
#include "m_pd.h"
+#include "m_imp.h"
+#include "g_canvas.h"
+#include "s_stuff.h"
+
#include <tcl.h>
/* PATH_MAX is not defined in limits.h on some platforms */
@@ -67,7 +71,7 @@ int tclpd_guiclass_click(t_gobj* z, t_glist* glist, int xpix, int ypix, int shif
extern "C" int tclpd_do_load_lib(t_canvas* canvas, char* objectname);
/* pd loader private stuff: */
typedef int (*loader_t)(t_canvas *canvas, char* classname);
-extern "C" void sys_register_loader(loader_t loader);
+//extern "C" void sys_register_loader(loader_t loader);
extern "C" int sys_onloadlist(char* classname);
extern "C" void sys_putonloadlist(char* classname);
extern "C" void class_set_extern_dir(t_symbol* s);