diff options
| author | rsc <devnull@localhost> | 2004-04-19 23:58:57 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-19 23:58:57 +0000 |
| commit | 67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5 (patch) | |
| tree | c38707d39d594b7807a105ae5ea6d617184f764b /src/cmd/plot/libplot/machdep.c | |
| parent | b829c3547001eb2a3cf846410deb15ddd7349b96 (diff) | |
make mac work
Diffstat (limited to 'src/cmd/plot/libplot/machdep.c')
| -rw-r--r-- | src/cmd/plot/libplot/machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/machdep.c b/src/cmd/plot/libplot/machdep.c index abcb761f..4f60dccc 100644 --- a/src/cmd/plot/libplot/machdep.c +++ b/src/cmd/plot/libplot/machdep.c @@ -1,4 +1,5 @@ #include "mplot.h" +int mapminx, mapminy, mapmaxx, mapmaxy; Image *offscreen; /* * Clear the window from x0, y0 to x1, y1 (inclusive) to color c |