]> granicus.if.org Git - graphviz/commitdiff
Pass demand_loading flag into libgvc similar to builtins
authorellson <devnull@localhost>
Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)
committerellson <devnull@localhost>
Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)
tclpkg/tcldot/tcldot.c

index 292cbd444061b99d31596a13ed0eff741060c4b2..5017e665f2834e205c6109fcf7197eefc4df64bd 100644 (file)
@@ -1725,7 +1725,7 @@ int Tcldot_Init(Tcl_Interp * interp)
     agnodeattr(NULL, "label", NODENAME_ESC);
 
     /* create a GraphViz Context and pass a pointer to it in clientdata */
-    gvc = gvNEWcontext(lt_preloaded_symbols);
+    gvc = gvNEWcontext(lt_preloaded_symbols, DEMAND_LOADING);
 
     /* configure for available plugins and codegens */
     gvconfig(gvc, FALSE);