Revision: 10738 http://pure-data.svn.sourceforge.net/pure-data/?rev=10738&view=rev Author: eighthave Date: 2009-02-05 04:41:12 +0000 (Thu, 05 Feb 2009)
Log Message: ----------- - backported Miller's gfxstub crash fix from 0.42.4: http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/pd/src/x_gui.c?s...
Modified Paths: -------------- branches/pd-extended/0.41/pd/src/x_gui.c
Modified: branches/pd-extended/0.41/pd/src/x_gui.c =================================================================== --- branches/pd-extended/0.41/pd/src/x_gui.c 2009-02-05 03:28:27 UTC (rev 10737) +++ branches/pd-extended/0.41/pd/src/x_gui.c 2009-02-05 04:41:12 UTC (rev 10738) @@ -161,8 +161,7 @@
static void gfxstub_setup(void) { - gfxstub_class = class_new(gensym("gfxstub"), (t_newmethod)gfxstub_new, - (t_method)gfxstub_free, + gfxstub_class = class_new(gensym("gfxstub"), 0, (t_method)gfxstub_free, sizeof(t_gfxstub), CLASS_PD, 0); class_addanything(gfxstub_class, gfxstub_anything); class_addmethod(gfxstub_class, (t_method)gfxstub_signoff,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.