000cebd64d
PR: ports/107134 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
12 lines
405 B
C
12 lines
405 B
C
--- spice/common/src/lib/fte/graf.c.orig Sun Jan 30 03:46:21 1994
|
|
+++ spice/common/src/lib/fte/graf.c Fri Dec 22 20:12:25 2006
|
|
@@ -49,6 +49,9 @@
|
|
#define MAXTICS 100
|
|
double *readtics();
|
|
|
|
+static int drawlegend();
|
|
+static int gr_resize_internal();
|
|
+
|
|
#define XFACTOR 2 /* How much to expand the X scale during iplot. */
|
|
#define YFACTOR 1.5 /* How much to expand the Y scale during iplot. */
|
|
|