Mercurial > MadButterfly
comparison 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 |
comparison
equal
deleted
inserted
replaced
777:72b5bb88979f | 778:61c217f8cec8 |
---|---|
24 coord = rdman_coord_new(rdman, parent); | 24 coord = rdman_coord_new(rdman, parent); |
25 if(coord == NULL) { | 25 if(coord == NULL) { |
26 *err = "Can not allocate a redraw_man_t"; | 26 *err = "Can not allocate a redraw_man_t"; |
27 return NULL; | 27 return NULL; |
28 } | 28 } |
29 rdman_coord_changed(rdman, coord); | |
29 | 30 |
30 return coord; | 31 return coord; |
31 } | 32 } |
32 | 33 |
33 static void | 34 static void |