From eaf9f0c3ac2ce1c34a0e08de9073d8fca66a3680 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 31 Aug 2017 10:58:49 +0200 Subject: the C runtime now supports the same customizations for GraphViz as the Haskell runtime --- src/runtime/java/jpgf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/java') diff --git a/src/runtime/java/jpgf.c b/src/runtime/java/jpgf.c index 2eb151836..db662f5c2 100644 --- a/src/runtime/java/jpgf.c +++ b/src/runtime/java/jpgf.c @@ -382,6 +382,7 @@ Java_org_grammaticalframework_pgf_PGF_graphvizAbstractTree(JNIEnv* env, jobject pgf_graphviz_abstract_tree(get_ref(env,self), gu_variant_from_ptr(l2p(get_ref(env,jexpr))), + pgf_default_graphviz_options, out, err); jstring jstr = gu2j_string_buf(env, sbuf); @@ -1228,6 +1229,7 @@ Java_org_grammaticalframework_pgf_Concr_graphvizParseTree(JNIEnv* env, jobject s pgf_graphviz_parse_tree(get_ref(env,self), gu_variant_from_ptr(l2p(get_ref(env,jexpr))), + pgf_default_graphviz_options, out, err); jstring jstr = gu2j_string_buf(env, sbuf); -- cgit v1.2.3