Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 29376) +++ trunk/scconfig/plugins.h (revision 29377) @@ -59,7 +59,7 @@ plugin_def("shape", "generate regular shapes", sbuildin, 1, 0) plugin_def("sketch_route", "assisted semi-auto-routing", sdisable, 1, 0) plugin_def("smartdisperse", "netlist based dispenser", sbuildin, 1, 0) -plugin_def("stroke", "mouse gestures", sbuildin, 1, 0) +plugin_def("stroke", "mouse gestures", sbuildin, 1, 1) plugin_def("teardrops", "draw teardrops on pins", sbuildin, 1, 0) plugin_def("tool_std", "standard tools", sbuildin, 1, 0) plugin_def("vendordrill", "vendor drill mapping", sbuildin, 1, 0) Index: trunk/src_plugins/stroke/stroke.pup =================================================================== --- trunk/src_plugins/stroke/stroke.pup (revision 29376) +++ trunk/src_plugins/stroke/stroke.pup (revision 29377) @@ -2,5 +2,6 @@ $short mouse gestures $long Configurable gesture recognition with libstroke. $state works +$hidlib 1 default buildin autoload 1