Hi list,
Take the following shaky premise:
Pd-L2ork is binary compatible with Pd-Vanilla.
1) Can someone build a simple external with default widget behavior that violates this premise by crashing Pd-Vanilla/Pd-l2ork?
2) Can someone build a simple external with custom widget behavior that violets this premise by crashing Pd-Vanilla/Pd-l2ork?
Background info: Pd-l2ork has an extra member at the _end_ of the t_widgetbehavior struct. This member is used to do accelerated displacing of a selection of objects in Pd.
struct _widgetbehavior is defined in g_canvas.h.
-Jonathan