From 916af0264489cb10eaf3f23e81af30dd71ba7d30 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 15 Nov 2004 03:30:59 +0000 Subject: fix for _long_ attribute dialogs fix for showing attributes on select (and recreate the object on edit) svn path=/trunk/; revision=2274 --- externals/grill/flext/source/flclass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source/flclass.h') diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index 9a502be5..12f274bd 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -863,8 +863,8 @@ private: static void cb_GfxSave(t_gobj *c, t_binbuf *b); static void cb_GfxSelect(t_gobj *x, struct _glist *glist, int state); - void BinbufArgs(t_binbuf *b,t_binbuf *args,bool withname); - void BinbufAttr(t_binbuf *b); + void BinbufArgs(t_binbuf *b,t_binbuf *args,bool withname,bool transdoll); + void BinbufAttr(t_binbuf *b,bool transdoll); #endif // proxy object (for additional inlets) -- cgit v1.2.1