diff nodejs/mbfly_njs.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 163f0d9e6382
children 586e50f82c1f
line wrap: on
line diff
--- a/nodejs/mbfly_njs.cc	Mon Aug 30 08:57:31 2010 +0800
+++ b/nodejs/mbfly_njs.cc	Mon Aug 30 13:07:49 2010 +0800
@@ -26,6 +26,7 @@
         *err = "Can not allocate a redraw_man_t";
 	return NULL;
     }
+    rdman_coord_changed(rdman, coord);
 
     return coord;
 }