]> granicus.if.org Git - graphviz/commitdiff
animation implemented
authorarif <devnull@localhost>
Wed, 21 May 2008 17:52:25 +0000 (17:52 +0000)
committerarif <devnull@localhost>
Wed, 21 May 2008 17:52:25 +0000 (17:52 +0000)
colorinf problem exists

cmd/smyrna/viewport.c

index 094b888d18682af860261e7982ef98378fcfc8a0..d086b1912b8d0e669384f908958f163132e47188 100755 (executable)
@@ -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';