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/sbox.c | |
| parent | b829c3547001eb2a3cf846410deb15ddd7349b96 (diff) | |
make mac work
Diffstat (limited to 'src/cmd/plot/libplot/sbox.c')
| -rw-r--r-- | src/cmd/plot/libplot/sbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/sbox.c b/src/cmd/plot/libplot/sbox.c index 479790b9..fee57dfc 100644 --- a/src/cmd/plot/libplot/sbox.c +++ b/src/cmd/plot/libplot/sbox.c @@ -1,4 +1,5 @@ #include "mplot.h" +int clipminx, clipminy, clipmaxx, clipmaxy; void sbox(double xx0, double yy0, double xx1, double yy1){ int x0=SCX(xx0), y0=SCY(yy0), x1=SCX(xx1), y1=SCY(yy1); int t; |