diff options
Diffstat (limited to 'cad/cider/files/patch-spice-common-src-lib-fte-graf.c')
-rw-r--r-- | cad/cider/files/patch-spice-common-src-lib-fte-graf.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/cider/files/patch-spice-common-src-lib-fte-graf.c b/cad/cider/files/patch-spice-common-src-lib-fte-graf.c new file mode 100644 index 000000000000..8ee6e6862d08 --- /dev/null +++ b/cad/cider/files/patch-spice-common-src-lib-fte-graf.c @@ -0,0 +1,12 @@ +--- 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. */ + |