# | Line 119 | Line 119 | time_t tstart; /* starting time */ | |
---|---|---|
119 | ||
120 | int hres, vres; /* resolution for this frame */ | |
121 | ||
122 | + | extern void sskip_ray(RAY *r, double h, double v); |
123 | + | |
124 | static VIEW lastview; /* the previous view input */ | |
125 | ||
126 | static void report(int); | |
# | Line 287 | Line 289 | rpict( /* generate image(s) */ | |
289 | do { | |
290 | if (seq && nextview(stdin) == EOF) | |
291 | break; | |
292 | + | lastview.type *= seq > 1; |
293 | pctdone = 0.0; | |
294 | if (pout != NULL) { | |
295 | int myfd; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |