From 67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 19 Apr 2004 23:58:57 +0000 Subject: make mac work --- src/cmd/plot/libplot/machdep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/plot/libplot/machdep.c') 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 -- cgit v1.2.3