comparison nodejs/coord.cc @ 778:61c217f8cec8

Fix bug of transformation from user space to image space.
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 30 Aug 2010 13:07:49 +0800
parents 13669b28826d
children 84853c8559cf
comparison
equal deleted inserted replaced
777:72b5bb88979f 778:61c217f8cec8
210 210
211 /* see \ref jsgc */ 211 /* see \ref jsgc */
212 shape_hdl = (Persistent<Object> *)mb_prop_get(&shape->obj.props, 212 shape_hdl = (Persistent<Object> *)mb_prop_get(&shape->obj.props,
213 PROP_JSOBJ); 213 PROP_JSOBJ);
214 shape_hdl->ClearWeak(); 214 shape_hdl->ClearWeak();
215 rdman_shape_changed(rdman, shape);
215 } 216 }
216 217
217 static void 218 static void
218 xnjsmb_coord_remove(coord_t *coord, Handle<Object> self) { 219 xnjsmb_coord_remove(coord_t *coord, Handle<Object> self) {
219 Handle<Object> js_rt; 220 Handle<Object> js_rt;