# | Line 18 | Line 18 | static const char RCSid[] = "$Id$"; | |
---|---|---|
18 | #include <stdio.h> | |
19 | #include <math.h> | |
20 | #include <time.h> | |
21 | < | |
21 | > | #include "paths.h" |
22 | #include "platform.h" | |
23 | #include "color.h" | |
24 | #include "resolu.h" | |
# | Line 27 | Line 27 | double gamcor = 2.2; /* gamma correction */ | |
27 | ||
28 | int bradj = 0; /* brightness adjustment */ | |
29 | ||
30 | – | char *progname; |
31 | – | |
30 | int xmax, ymax; | |
31 | ||
32 | ||
# | Line 39 | Line 37 | char *argv[]; | |
37 | int reverse = 0; | |
38 | int i; | |
39 | ||
40 | < | progname = argv[0]; |
40 | > | fixargv0(argv[0]); |
41 | ||
42 | for (i = 1; i < argc; i++) | |
43 | if (argv[i][0] == '-') |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |