# | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
---|---|---|
9 | ||
10 | #include "platform.h" | |
11 | #include "standard.h" | |
12 | < | #include "rtprocess.h" |
12 | > | #include "paths.h" |
13 | #include "color.h" | |
14 | #include "calcomp.h" | |
15 | #include "view.h" | |
16 | ||
17 | #define MAXINP 1024 /* maximum number of input files */ | |
18 | < | #define WINSIZ 64 /* scanline window size */ |
18 | > | #define WINSIZ 127 /* scanline window size */ |
19 | #define MIDSCN ((WINSIZ-1)/2+1) | |
20 | ||
21 | struct { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |