Mercurial > MadButterfly
comparison nodejs/paints.m4 @ 738:4f9773574234
Merge
author | wycc |
---|---|
date | Sat, 21 Aug 2010 19:14:49 +0800 |
parents | 163f0d9e6382 |
children | be0e02948c1d |
comparison
equal
deleted
inserted
replaced
737:99186cce8cdd | 738:4f9773574234 |
---|---|
13 (([INHERIT], [paint]))) | 13 (([INHERIT], [paint]))) |
14 | 14 |
15 STRUCT([paint_image], [paint_t], [], | 15 STRUCT([paint_image], [paint_t], [], |
16 [], | 16 [], |
17 (([INHERIT], [paint]))) | 17 (([INHERIT], [paint]))) |
18 | |
19 STRUCT([paint_linear], [paint_t], [], | |
20 [METHOD([set_stops], [xnjsmb_paint_linear_set_stops], | |
21 (ARRAY([stops])), 1, [])], | |
22 (([INHERIT], [paint]))) | |
23 | |
24 STRUCT([paint_radial], [paint_t], [], | |
25 [METHOD([set_stops], [xnjsmb_paint_radial_set_stops], | |
26 (ARRAY([stops])), 1, [])], | |
27 (([INHERIT], [paint]))) |