From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- plot/vrml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plot/vrml.h') diff --git a/plot/vrml.h b/plot/vrml.h index ff44a6c..d3c86c3 100644 --- a/plot/vrml.h +++ b/plot/vrml.h @@ -225,10 +225,10 @@ char *vrml_format(); /* Create a vrml/x3d plot object. */ /* Filename will have appropriate extension added automatically. */ -vrml *new_vrml_vdist(char *name, int doaxes, vrml_space ispace, double vdist); +vrml *new_vrml(char *name, int doaxes, vrml_space ispace); /* Same as above but override default Z viewing distance */ -vrml *new_vrml(char *name, int doaxes, vrml_space ispace); +vrml *new_vrml_vdist(char *name, int doaxes, vrml_space ispace, double vdist); #define VRML_H -- cgit v1.2.3