From: arif Date: Wed, 21 May 2008 17:52:25 +0000 (+0000) Subject: animation implemented X-Git-Tag: LAST_LIBGRAPH~32^2~4032 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cabc15e813a9e8586c9b1f86c19aea7d39fe6ca2;p=graphviz animation implemented colorinf problem exists --- diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index 094b888d1..d086b1912 100755 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -368,8 +368,8 @@ void init_viewport(ViewInfo * view) view->timer=g_timer_new(); g_timer_stop(view->timer); view->active_frame=0; - view->total_frames=50; - view->frame_length=100; + view->total_frames=75; + view->frame_length=25; /*add a call back to the main()*/ g_timeout_add_full(G_PRIORITY_DEFAULT,100,gl_main_expose,NULL,NULL); view->Topview->topviewmenu = '\0';