| # | Line 59 | Line 59 | typedef struct { | |
|---|---|---|
| 59 | const char *modname; /* modifier name */ | |
| 60 | const char *params; /* parameter list */ | |
| 61 | EPNODE *binv; /* bin value expression */ | |
| 62 | + | int bin0; /* starting bin offset */ |
| 63 | int nbins; /* number of contribution bins */ | |
| 64 | DCOLOR cbin[1]; /* contribution bins (extends struct) */ | |
| 65 | } MODCONT; /* modifier contribution */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |