| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | ||
| 13 | #include "plot.h" | |
| 14 | ||
| 15 | + | #include "string.h" |
| 16 | + | |
| 17 | #undef TRUE | |
| 18 | ||
| 19 | #undef FALSE | |
| 20 | ||
| 21 | #include <X11/Xlib.h> | |
| 22 | ||
| 23 | + | extern void replay(int xmin, int ymin, int xmax, int ymax); |
| 24 | ||
| 25 | #define BORWIDTH 5 | |
| 26 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |